Color Hex Logo

#4b6068 Color Hex

#4B6068
(75,96,104)
0 Favorites   0 Comments

Color spaces of #4b6068

RGB 7596104
HSL0.550.160.35
HSV197°28°41°
CMYK 0.280.080.00   0.59
XYZ9.583210.861114.6880
Yxy10.86110.27280.3091
Hunter Lab32.9562-5.7680-3.3552
CIE-Lab39.3455-5.8417-7.1491

#4b6068 color RGB value is (75,96,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 01100000 01101000
Octal 113 140 150
Decimal 75 96 104
Hex 4B 60 68

RGB Percentages of Color #4b6068

%27.27
%34.91
%37.82

CMYK Percentages of Color #4b6068

%28
%8
%0
%59

Triadic Colors of #4b6068

#4b6068 #684b60 #60684b

Analogous Colors of #4b6068

#4b6068 #4b5268 #4b6862

Monochromatic Colors of #4b6068

#4b6068

Complementary Color

#4b6068 #68534b

#4b6068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b6068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b6068 Color CSS Codes

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

#4b6068 Text Font Color

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

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


#4b6068 Background Color

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

This div background color is #4b6068


#4b6068 Border Color

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

This div border color is #4b6068


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,96,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 #4b6068">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b6068


Comments

No comments written yet.

Please login to write comment.