Html Css Color HEX #4C5168 East Bay

📋 copy color: '#4C5168'

red 76 ◦ green 81 ◦ blue 104

#4C5168
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Bay #4C5168

Tints of East Bay #4C5168

RGB

 RED value IS 76 (30.08% from 255) = 29.12%

 GREEN value IS 81 (32.03% from 255) = 31.03%

 BLUE value IS 104 (41.02% from 255) = 39.85%

R = 29.12%
G = 31.03%
B = 39.85%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4C5168 (or 0x4C5168) is known color: East Bay. HEX triplet: 4C, 51 and 68. RGB value is (76,81,104). Sum of RGB (Red+Green+Blue) = 76+81+104=261 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.12% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 104 - color contains mainly: blue. Hex color #4C5168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5168 is #B3AE97. Grayscale: #525252. Windows color (decimal): -11775640 or 6836556. OLE color: 6836556.

HSL color Cylindrical-coordinate representation of color #4C5168: hue angle of 229.29º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4C5168 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 76 81 104 -
CMYK 0.27 0.22 0 0.59
HSL 229.29º 0.16% 0.35% -
HSV(B) 229.29º 0.27% 0.41% -
XYZ 8.42 8.42 14.28 -
YUV 82.13 140.34 123.63 -
System Red Green Blue C M Y K H S L
Decimal 76 81 104 0.27 0.22 0 0.59 229.29 0.16 0.35
Hex 4C 51 68 1B 16 0 3B E5 10 23
Octal 114 121 150 33 26 0 73 345 20 43
Binary 1001100 1010001 1101000 11011 10110 0 111011 11100101 10000 100011

Color Harmonies of #4C5168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5168

Black with #4C5168

Text Example


Text Example

White with #4C5168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C5168; }

 p { color: rgb(76,81,104); }

 H1.HeaderClassName
 {
   color: #4C5168;
 }
 .AnyTagClassName
 {
   color: #4C5168;
 }
</style>

background-color css

<style>
 a { background-color: #4C5168; }

 a { background-color: rgb(76,81,104); }

 div.DivClassName
 {
   background-color: #4C5168;
 }
 .BgClassName
 {
   background-color: #4C5168;
 }
</style>

border-color css

<style>
 span { border-color: #4C5168; }

 span { border-color: rgb(76,81,104); }

 td.TdClassName
 {
   border-color: #4C5168;
 }
 .TagClassName
 {
   border-color: #4C5168;
 }
</style>