Color Hex Logo

#4b6668 Color Hex

#4B6668
(75,102,104)
0 Favorites   0 Comments

Color spaces of #4b6668

RGB 75102104
HSL0.510.160.35
HSV184°28°41°
CMYK 0.280.020.00   0.59
XYZ10.151711.998114.8775
Yxy11.99810.27420.3240
Hunter Lab34.6383-8.3026-1.2189
CIE-Lab41.2131-9.3779-4.3684

#4b6668 color RGB value is (75,102,104).

#4b6668 hex color red value is 75, green value is 102 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #4b6668 hue: 0.51 , saturation: 0.16 and the lightness value of 4b6668 is 0.35.

The process color (four color CMYK) of #4b6668 color hex is 0.28, 0.02, 0.00, 0.59. Web safe color of #4b6668 is #336666. Color #4b6668 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01100110 01101000
Octal 113 146 150
Decimal 75 102 104
Hex 4B 66 68

RGB Percentages of Color #4b6668

%26.69
%36.30
%37.01

CMYK Percentages of Color #4b6668

%28
%2
%0
%59

Triadic Colors of #4b6668

#4b6668 #684b66 #66684b

Analogous Colors of #4b6668

#4b6668 #4b5868 #4b685c

Monochromatic Colors of #4b6668

#4b6668

Complementary Color

#4b6668 #684d4b

#4b6668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b6668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b6668 Color CSS Codes

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

#4b6668 Text Font Color

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

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


#4b6668 Background Color

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

This div background color is #4b6668


#4b6668 Border Color

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

This div border color is #4b6668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b6668


Comments

No comments written yet.

Please login to write comment.