Color Hex Logo

#4b8599 Color Hex

#4B8599
(75,133,153)
0 Favorites   0 Comments

Color spaces of #4b8599

RGB 75133153
HSL0.540.340.45
HSV195°51°60°
CMYK 0.510.130.00   0.40
XYZ17.038920.570833.2095
Yxy20.57080.24060.2905
Hunter Lab45.3550-12.3128-11.6643
CIE-Lab52.4765-13.2298-16.5636

#4b8599 color RGB value is (75,133,153).

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

The process color (four color CMYK) of #4b8599 color hex is 0.51, 0.13, 0.00, 0.40. Web safe color of #4b8599 is #339999. Color #4b8599 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10000101 10011001
Octal 113 205 231
Decimal 75 133 153
Hex 4B 85 99

RGB Percentages of Color #4b8599

%20.78
%36.84
%42.38

CMYK Percentages of Color #4b8599

%51
%13
%0
%40

Triadic Colors of #4b8599

#4b8599 #994b85 #85994b

Analogous Colors of #4b8599

#4b8599 #4b5e99 #4b9986

Monochromatic Colors of #4b8599

#4b8599

Complementary Color

#4b8599 #995f4b

#4b8599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b8599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b8599 Color CSS Codes

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

#4b8599 Text Font Color

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

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


#4b8599 Background Color

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

This div background color is #4b8599


#4b8599 Border Color

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

This div border color is #4b8599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b8599


Comments

No comments written yet.

Please login to write comment.