#425166

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

Shades of East Bay #425166

Tints of East Bay #425166

Color information

#425166 (or 0x425166) is unknown color: approx East Bay. HEX triplet: 42, 51 and 66. RGB value is (66,81,102). Sum of RGB (Red+Green+Blue) = 66+81+102=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 102 - color contains mainly: blue. Hex color #425166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425166 is #BDAE99. Grayscale: #4E4E4E. Windows color (decimal): -12431002 or 6705474. OLE color: 6705474.

HSL color Cylindrical-coordinate representation of color #425166: hue angle of 215º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #425166 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6681102-
CMYK0.350.2100.6
HSL215º21.43%32.94%-
HSV(B)215º35.29%40%-
XYZ7.59813.72-
YUV78.91141.03118.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.51%
GREEN value IS 81 (32.03% from 255) = 32.53%
BLUE value IS 102 (40.23% from 255) = 40.96%
R=26.51%
G=32.53%
B=40.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66811020.350.2100.621521.4332.94
Hex425166231503Cd71521
Octal10212114643250743272541
Binary1000010101000111001101000111010101111001101011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425166; }

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

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

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

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

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

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

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

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