Html Css Color HEX #42516C East Bay

📋 copy color: '#42516C'

red 66 ◦ green 81 ◦ blue 108

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

Shades of East Bay #42516C

Tints of East Bay #42516C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.76%

 BLUE value IS 108 (42.58% from 255) = 42.35%

R = 25.88%
G = 31.76%
B = 42.35%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42516C (or 0x42516C) is known color: East Bay. HEX triplet: 42, 51 and 6C. RGB value is (66,81,108). Sum of RGB (Red+Green+Blue) = 66+81+108=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 108 - color contains mainly: blue. Hex color #42516C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42516C is #BDAE93. Grayscale: #4F4F4F. Windows color (decimal): -12430996 or 7098690. OLE color: 7098690.

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

Color convert

RGB 66 81 108 -
CMYK 0.39 0.25 0 0.58
HSL 218.57º 0.24% 0.34% -
HSV(B) 218.57º 0.39% 0.42% -
XYZ 7.9 8.13 15.34 -
YUV 79.59 144.03 118.3 -
System Red Green Blue C M Y K H S L
Decimal 66 81 108 0.39 0.25 0 0.58 218.57 0.24 0.34
Hex 42 51 6C 27 19 0 3A DB 18 22
Octal 102 121 154 47 31 0 72 333 30 42
Binary 1000010 1010001 1101100 100111 11001 0 111010 11011011 11000 100010

Color Harmonies of #42516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42516C

Black with #42516C

Text Example


Text Example

White with #42516C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42516C;
 }
 .AnyTagClassName
 {
   color: #42516C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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