#42546C

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

Shades of East Bay #42546C

Tints of East Bay #42546C

Color information

#42546C (or 0x42546C) is unknown color: approx East Bay. HEX triplet: 42, 54 and 6C. RGB value is (66,84,108). Sum of RGB (Red+Green+Blue) = 66+84+108=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 108 - color contains mainly: blue. Hex color #42546C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42546C is #BDAB93. Grayscale: #515151. Windows color (decimal): -12430228 or 7099458. OLE color: 7099458.

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

Color convert

RGB6684108-
CMYK0.390.2200.58
HSL214.29º24.14%34.12%-
HSV(B)214.29º38.89%42.35%-
XYZ8.128.5815.42-
YUV81.35143.04117.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.58%
GREEN value IS 84 (33.20% from 255) = 32.56%
BLUE value IS 108 (42.58% from 255) = 41.86%
R=25.58%
G=32.56%
B=41.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66841080.390.2200.58214.2924.1434.12
Hex42546C271603Ad61822
Octal10212415447260723263042
Binary1000010101010011011001001111011001110101101011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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