Html Css Color HEX #42546C East Bay

📋 copy color: '#42546C'

red 66 ◦ green 84 ◦ blue 108

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

Shades of East Bay #42546C

Tints of East Bay #42546C

RGB

 RED value IS 66 (26.17% from 255) = 25.58%

 GREEN value IS 84 (33.2% 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 value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42546C (or 0x42546C) is known color: 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

RGB 66 84 108 -
CMYK 0.39 0.22 0 0.58
HSL 214.29º 0.24% 0.34% -
HSV(B) 214.29º 0.39% 0.42% -
XYZ 8.12 8.58 15.42 -
YUV 81.35 143.04 117.05 -
System Red Green Blue C M Y K H S L
Decimal 66 84 108 0.39 0.22 0 0.58 214.29 0.24 0.34
Hex 42 54 6C 27 16 0 3A D6 18 22
Octal 102 124 154 47 26 0 72 326 30 42
Binary 1000010 1010100 1101100 100111 10110 0 111010 11010110 11000 100010

Color Harmonies of #42546C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42546C

Black with #42546C

Text Example


Text Example

White with #42546C

Text Example


Text Example

HTML Codes & Css Web 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>