Color Hex Logo

#4999ee Color Hex

#4999EE
(73,153,238)
0 Favorites   0 Comments

Color spaces of #4999ee

RGB 73153238
HSL0.590.830.61
HSV211°69°93°
CMYK 0.690.360.00   0.07
XYZ29.571530.372085.1927
Yxy30.37200.20370.2093
Hunter Lab55.1108-0.6639-53.0755
CIE-Lab61.97392.7095-49.8561

#4999ee color RGB value is (73,153,238).

#4999ee hex color red value is 73, green value is 153 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #4999ee hue: 0.59 , saturation: 0.83 and the lightness value of 4999ee is 0.61.

The process color (four color CMYK) of #4999ee color hex is 0.69, 0.36, 0.00, 0.07. Web safe color of #4999ee is #3399ff. Color #4999ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011001 11101110
Octal 111 231 356
Decimal 73 153 238
Hex 49 99 EE

RGB Percentages of Color #4999ee

%15.73
%32.97
%51.29

CMYK Percentages of Color #4999ee

%69
%36
%0
%7

Triadic Colors of #4999ee

#4999ee #ee4999 #99ee49

Analogous Colors of #4999ee

#4999ee #4c49ee #49ecee

Monochromatic Colors of #4999ee

#4999ee

Complementary Color

#4999ee #ee9e49

#4999ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4999ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4999ee Color CSS Codes

.mybgcolor {background-color:#4999ee; } 
.myforecolor {color:#4999ee; }
.mybordercolor {border:3px solid #4999ee; }

#4999ee Text Font Color

<p style="color:#4999ee">Text here</p>

This sample text font color is #4999ee
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4999ee Background Color

<div style="background-color:#4999ee">
Div content here</div>

This div background color is #4999ee


#4999ee Border Color

<div style="border:3px solid #4999ee">
Div here</div>

This div border color is #4999ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,153,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4999ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4999ee;
  -webkit-box-shadow: 1px 1px 3px 2px #4999ee;
  box-shadow:         1px 1px 3px 2px #4999ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,153,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4999ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4999ee;
  -webkit-box-shadow: 1px 1px 3px 2px #4999ee;
  box-shadow:         1px 1px 3px 2px #4999ee;">
Div content here</div>

This div box has shadow with color #4999ee


Comments

No comments written yet.

Please login to write comment.