Html Css Color HEX #4C5772 East Bay

📋 copy color: '#4C5772'

red 76 ◦ green 87 ◦ blue 114

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

Shades of East Bay #4C5772

Tints of East Bay #4C5772

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.41%

 BLUE value IS 114 (44.92% from 255) = 41.16%

R = 27.44%
G = 31.41%
B = 41.16%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4C5772 (or 0x4C5772) is known color: East Bay. HEX triplet: 4C, 57 and 72. RGB value is (76,87,114). Sum of RGB (Red+Green+Blue) = 76+87+114=277 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.44% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #4C5772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5772 is #B3A88D. Grayscale: #565656. Windows color (decimal): -11774094 or 7493452. OLE color: 7493452.

HSL color Cylindrical-coordinate representation of color #4C5772: hue angle of 222.63º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C5772 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 76 87 114 -
CMYK 0.33 0.24 0 0.55
HSL 222.63º 0.2% 0.37% -
HSV(B) 222.63º 0.33% 0.45% -
XYZ 9.43 9.57 17.27 -
YUV 86.79 143.36 120.3 -
System Red Green Blue C M Y K H S L
Decimal 76 87 114 0.33 0.24 0 0.55 222.63 0.2 0.37
Hex 4C 57 72 21 18 0 37 DF 14 25
Octal 114 127 162 41 30 0 67 337 24 45
Binary 1001100 1010111 1110010 100001 11000 0 110111 11011111 10100 100101

Color Harmonies of #4C5772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5772

Black with #4C5772

Text Example


Text Example

White with #4C5772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,87,114); }

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

background-color css

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

 a { background-color: rgb(76,87,114); }

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

border-color css

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

 span { border-color: rgb(76,87,114); }

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