#424D6C

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

Shades of East Bay #424D6C

Tints of East Bay #424D6C

Color information

#424D6C (or 0x424D6C) is unknown color: approx East Bay. HEX triplet: 42, 4D and 6C. RGB value is (66,77,108). Sum of RGB (Red+Green+Blue) = 66+77+108=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 108 - color contains mainly: blue. Hex color #424D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424D6C is #BDB293. Grayscale: #4D4D4D. Windows color (decimal): -12432020 or 7097666. OLE color: 7097666.

HSL color Cylindrical-coordinate representation of color #424D6C: hue angle of 224.29º 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 #424D6C is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6677108-
CMYK0.390.2900.58
HSL224.29º24.14%34.12%-
HSV(B)224.29º38.89%42.35%-
XYZ7.617.5515.24-
YUV77.24145.36119.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.29%
GREEN value IS 77 (30.47% from 255) = 30.68%
BLUE value IS 108 (42.58% from 255) = 43.03%
R=26.29%
G=30.68%
B=43.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66771080.390.2900.58224.2924.1434.12
Hex424D6C271D03Ae01822
Octal10211515447350723403042
Binary1000010100110111011001001111110101110101110000011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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