Html Css Color HEX #4C566A East Bay

📋 copy color: '#4C566A'

red 76 ◦ green 86 ◦ blue 106

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

Shades of East Bay #4C566A

Tints of East Bay #4C566A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.09%

 BLUE value IS 106 (41.8% from 255) = 39.55%

R = 28.36%
G = 32.09%
B = 39.55%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4C566A (or 0x4C566A) is known color: East Bay. HEX triplet: 4C, 56 and 6A. RGB value is (76,86,106). Sum of RGB (Red+Green+Blue) = 76+86+106=268 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.36% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 106 - color contains mainly: blue. Hex color #4C566A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C566A is #B3A995. Grayscale: #555555. Windows color (decimal): -11774358 or 6968908. OLE color: 6968908.

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

Color convert

RGB 76 86 106 -
CMYK 0.28 0.19 0 0.58
HSL 220º 0.16% 0.36% -
HSV(B) 220º 0.28% 0.42% -
XYZ 8.91 9.23 14.95 -
YUV 85.29 139.69 121.37 -
System Red Green Blue C M Y K H S L
Decimal 76 86 106 0.28 0.19 0 0.58 220 0.16 0.36
Hex 4C 56 6A 1C 13 0 3A DC 10 24
Octal 114 126 152 34 23 0 72 334 20 44
Binary 1001100 1010110 1101010 11100 10011 0 111010 11011100 10000 100100

Color Harmonies of #4C566A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C566A

Black with #4C566A

Text Example


Text Example

White with #4C566A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,86,106); }

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

background-color css

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

 a { background-color: rgb(76,86,106); }

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

border-color css

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

 span { border-color: rgb(76,86,106); }

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