Color Hex Logo

#4b9cc6 Color Hex

#4B9CC6
(75,156,198)
0 Favorites   0 Comments

Color spaces of #4b9cc6

RGB 75156198
HSL0.560.520.54
HSV200°62°78°
CMYK 0.620.210.00   0.22
XYZ24.983229.350057.7744
Yxy29.35000.22290.2618
Hunter Lab54.1756-12.4918-25.3055
CIE-Lab61.0893-11.9940-29.0029

#4b9cc6 color RGB value is (75,156,198).

#4b9cc6 hex color red value is 75, green value is 156 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #4b9cc6 hue: 0.56 , saturation: 0.52 and the lightness value of 4b9cc6 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10011100 11000110
Octal 113 234 306
Decimal 75 156 198
Hex 4B 9C C6

RGB Percentages of Color #4b9cc6

%17.48
%36.36
%46.15

CMYK Percentages of Color #4b9cc6

%62
%21
%0
%22

Triadic Colors of #4b9cc6

#4b9cc6 #c64b9c #9cc64b

Analogous Colors of #4b9cc6

#4b9cc6 #4b5fc6 #4bc6b3

Monochromatic Colors of #4b9cc6

#4b9cc6

Complementary Color

#4b9cc6 #c6754b

#4b9cc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b9cc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b9cc6 Color CSS Codes

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

#4b9cc6 Text Font Color

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

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


#4b9cc6 Background Color

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

This div background color is #4b9cc6


#4b9cc6 Border Color

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

This div border color is #4b9cc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b9cc6


Comments

No comments written yet.

Please login to write comment.