Color Hex Logo

#4b9fad Color Hex

#4B9FAD
(75,159,173)
0 Favorites   0 Comments

Color spaces of #4b9fad

RGB 75159173
HSL0.520.400.49
HSV189°57°68°
CMYK 0.570.080.00   0.32
XYZ22.842629.309343.9885
Yxy29.30930.23760.3049
Hunter Lab54.1381-19.4267-10.2779
CIE-Lab61.0536-21.2623-14.9995

#4b9fad color RGB value is (75,159,173).

#4b9fad hex color red value is 75, green value is 159 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4b9fad hue: 0.52 , saturation: 0.40 and the lightness value of 4b9fad is 0.49.

The process color (four color CMYK) of #4b9fad color hex is 0.57, 0.08, 0.00, 0.32. Web safe color of #4b9fad is #339999. Color #4b9fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10011111 10101101
Octal 113 237 255
Decimal 75 159 173
Hex 4B 9F AD

RGB Percentages of Color #4b9fad

%18.43
%39.07
%42.51

CMYK Percentages of Color #4b9fad

%57
%8
%0
%32

Triadic Colors of #4b9fad

#4b9fad #ad4b9f #9fad4b

Analogous Colors of #4b9fad

#4b9fad #4b6ead #4bad8a

Monochromatic Colors of #4b9fad

#4b9fad

Complementary Color

#4b9fad #ad594b

#4b9fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b9fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b9fad Color CSS Codes

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

#4b9fad Text Font Color

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

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


#4b9fad Background Color

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

This div background color is #4b9fad


#4b9fad Border Color

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

This div border color is #4b9fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b9fad


Comments

No comments written yet.

Please login to write comment.