Html Css Color HEX #4C566B East Bay

📋 copy color: '#4C566B'

red 76 ◦ green 86 ◦ blue 107

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

Shades of East Bay #4C566B

Tints of East Bay #4C566B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.78%

R = 28.25%
G = 31.97%
B = 39.78%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4C566B (or 0x4C566B) is known color: East Bay. HEX triplet: 4C, 56 and 6B. RGB value is (76,86,107). Sum of RGB (Red+Green+Blue) = 76+86+107=269 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.25% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C566B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C566B is #B3A994. Grayscale: #555555. Windows color (decimal): -11774357 or 7034444. OLE color: 7034444.

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

Color convert

RGB 76 86 107 -
CMYK 0.29 0.20 0 0.58
HSL 220.65º 0.17% 0.36% -
HSV(B) 220.65º 0.29% 0.42% -
XYZ 8.96 9.25 15.22 -
YUV 85.4 140.19 121.29 -
System Red Green Blue C M Y K H S L
Decimal 76 86 107 0.29 0.20 0 0.58 220.65 0.17 0.36
Hex 4C 56 6B 1D 14 0 3A DD 11 24
Octal 114 126 153 35 24 0 72 335 21 44
Binary 1001100 1010110 1101011 11101 10100 0 111010 11011101 10001 100100

Color Harmonies of #4C566B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C566B

Black with #4C566B

Text Example


Text Example

White with #4C566B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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