Color Hex Logo

#4996bf Color Hex

#4996BF
(73,150,191)
0 Favorites   0 Comments

Color spaces of #4996bf

RGB 73150191
HSL0.560.480.52
HSV201°62°75°
CMYK 0.620.210.00   0.25
XYZ23.058026.990753.2847
Yxy26.99070.22310.2612
Hunter Lab51.9526-11.6937-24.4435
CIE-Lab58.9657-11.2886-28.3565

#4996bf color RGB value is (73,150,191).

#4996bf hex color red value is 73, green value is 150 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4996bf hue: 0.56 , saturation: 0.48 and the lightness value of 4996bf is 0.52.

The process color (four color CMYK) of #4996bf color hex is 0.62, 0.21, 0.00, 0.25. Web safe color of #4996bf is #3399cc. Color #4996bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010110 10111111
Octal 111 226 277
Decimal 73 150 191
Hex 49 96 BF

RGB Percentages of Color #4996bf

%17.63
%36.23
%46.14

CMYK Percentages of Color #4996bf

%62
%21
%0
%25

Triadic Colors of #4996bf

#4996bf #bf4996 #96bf49

Analogous Colors of #4996bf

#4996bf #495bbf #49bfad

Monochromatic Colors of #4996bf

#4996bf

Complementary Color

#4996bf #bf7249

#4996bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4996bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4996bf Color CSS Codes

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

#4996bf Text Font Color

<p style="color:#4996bf">Text here</p>

This sample text font color is #4996bf
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.


#4996bf Background Color

<div style="background-color:#4996bf">
Div content here</div>

This div background color is #4996bf


#4996bf Border Color

<div style="border:3px solid #4996bf">
Div here</div>

This div border color is #4996bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,150,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4996bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4996bf;
  -webkit-box-shadow: 1px 1px 3px 2px #4996bf;
  box-shadow:         1px 1px 3px 2px #4996bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4996bf


Comments

No comments written yet.

Please login to write comment.