#424C6C

Color #424C6C East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #424C6C

Tints of East Bay #424C6C

Color information

#424C6C (or 0x424C6C) is unknown color: approx East Bay. HEX triplet: 42, 4C and 6C. RGB value is (66,76,108). Sum of RGB (Red+Green+Blue) = 66+76+108=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #424C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C6C is #BDB393. Grayscale: #4C4C4C. Windows color (decimal): -12432276 or 7097410. OLE color: 7097410.

HSL color Cylindrical-coordinate representation of color #424C6C: hue angle of 225.71º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #424C6C is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6676108-
CMYK0.390.3000.58
HSL225.71º24.14%34.12%-
HSV(B)225.71º38.89%42.35%-
XYZ7.547.4115.22-
YUV76.66145.69120.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.4%
GREEN value IS 76 (30.08% from 255) = 30.4%
BLUE value IS 108 (42.58% from 255) = 43.2%
R=26.4%
G=30.4%
B=43.2%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66761080.390.3000.58225.7124.1434.12
Hex424C6C271E03Ae21822
Octal10211415447360723423042
Binary1000010100110011011001001111111001110101110001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424C6C; }

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

 H1.HeaderClassName
 {
   color: #424C6C;
 }
 .AnyTagClassName
 {
   color: #424C6C;
 }
</style>
background-color css

<style>
 a { background-color: #424C6C; }

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

 div.DivClassName
 {
   background-color: #424C6C;
 }
 .BgClassName
 {
   background-color: #424C6C;
 }
</style>
border-color css

<style>
 span { border-color: #424C6C; }

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

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