#42506C

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

Shades of East Bay #42506C

Tints of East Bay #42506C

Color information

#42506C (or 0x42506C) is unknown color: approx East Bay. HEX triplet: 42, 50 and 6C. RGB value is (66,80,108). Sum of RGB (Red+Green+Blue) = 66+80+108=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 108 - color contains mainly: blue. Hex color #42506C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42506C is #BDAF93. Grayscale: #4E4E4E. Windows color (decimal): -12431252 or 7098434. OLE color: 7098434.

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

Color convert

RGB6680108-
CMYK0.390.2600.58
HSL220º24.14%34.12%-
HSV(B)220º38.89%42.35%-
XYZ7.827.9815.32-
YUV79.01144.36118.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.98%
GREEN value IS 80 (31.64% from 255) = 31.50%
BLUE value IS 108 (42.58% from 255) = 42.52%
R=25.98%
G=31.50%
B=42.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66801080.390.2600.5822024.1434.12
Hex42506C271A03Adc1822
Octal10212015447320723343042
Binary1000010101000011011001001111101001110101101110011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42506C; }

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

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

<style>
 a { background-color: #42506C; }

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

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

<style>
 span { border-color: #42506C; }

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

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