Color Hex Logo

#4b99bb Color Hex

#4B99BB
(75,153,187)
0 Favorites   0 Comments

Color spaces of #4b99bb

RGB 75153187
HSL0.550.450.51
HSV198°60°73°
CMYK 0.600.180.00   0.27
XYZ23.262527.866251.1664
Yxy27.86620.22740.2724
Hunter Lab52.7884-13.7195-20.5163
CIE-Lab59.7677-13.8261-24.8570

#4b99bb color RGB value is (75,153,187).

#4b99bb hex color red value is 75, green value is 153 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4b99bb hue: 0.55 , saturation: 0.45 and the lightness value of 4b99bb is 0.51.

The process color (four color CMYK) of #4b99bb color hex is 0.60, 0.18, 0.00, 0.27. Web safe color of #4b99bb is #3399cc. Color #4b99bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10011001 10111011
Octal 113 231 273
Decimal 75 153 187
Hex 4B 99 BB

RGB Percentages of Color #4b99bb

%18.07
%36.87
%45.06

CMYK Percentages of Color #4b99bb

%60
%18
%0
%27

Triadic Colors of #4b99bb

#4b99bb #bb4b99 #99bb4b

Analogous Colors of #4b99bb

#4b99bb #4b61bb #4bbba5

Monochromatic Colors of #4b99bb

#4b99bb

Complementary Color

#4b99bb #bb6d4b

#4b99bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b99bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b99bb Color CSS Codes

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

#4b99bb Text Font Color

<p style="color:#4b99bb">Text here</p>

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


#4b99bb Background Color

<div style="background-color:#4b99bb">
Div content here</div>

This div background color is #4b99bb


#4b99bb Border Color

<div style="border:3px solid #4b99bb">
Div here</div>

This div border color is #4b99bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,153,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4b99bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4b99bb;
  -webkit-box-shadow: 1px 1px 3px 2px #4b99bb;
  box-shadow:         1px 1px 3px 2px #4b99bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b99bb


Comments

No comments written yet.

Please login to write comment.