Html Css Color HEX #4C586C East Bay

📋 copy color: '#4C586C'

red 76 ◦ green 88 ◦ blue 108

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

Shades of East Bay #4C586C

Tints of East Bay #4C586C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.35%

 BLUE value IS 108 (42.58% from 255) = 39.71%

R = 27.94%
G = 32.35%
B = 39.71%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4C586C (or 0x4C586C) is known color: East Bay. HEX triplet: 4C, 58 and 6C. RGB value is (76,88,108). Sum of RGB (Red+Green+Blue) = 76+88+108=272 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.94% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C586C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C586C is #B3A793. Grayscale: #565656. Windows color (decimal): -11773844 or 7100492. OLE color: 7100492.

HSL color Cylindrical-coordinate representation of color #4C586C: hue angle of 217.5º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C586C is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 76 88 108 -
CMYK 0.30 0.19 0 0.58
HSL 217.5º 0.17% 0.36% -
HSV(B) 217.5º 0.3% 0.42% -
XYZ 9.18 9.6 15.56 -
YUV 86.69 140.02 120.37 -
System Red Green Blue C M Y K H S L
Decimal 76 88 108 0.30 0.19 0 0.58 217.5 0.17 0.36
Hex 4C 58 6C 1E 13 0 3A DA 11 24
Octal 114 130 154 36 23 0 72 332 21 44
Binary 1001100 1011000 1101100 11110 10011 0 111010 11011010 10001 100100

Color Harmonies of #4C586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C586C

Black with #4C586C

Text Example


Text Example

White with #4C586C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,88,108); }

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

background-color css

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

 a { background-color: rgb(76,88,108); }

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

border-color css

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

 span { border-color: rgb(76,88,108); }

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