#425169

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

Shades of East Bay #425169

Tints of East Bay #425169

Color information

#425169 (or 0x425169) is unknown color: approx East Bay. HEX triplet: 42, 51 and 69. RGB value is (66,81,105). Sum of RGB (Red+Green+Blue) = 66+81+105=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 105 - color contains mainly: blue. Hex color #425169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425169 is #BDAE96. Grayscale: #4F4F4F. Windows color (decimal): -12430999 or 6902082. OLE color: 6902082.

HSL color Cylindrical-coordinate representation of color #425169: hue angle of 216.92º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #425169 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6681105-
CMYK0.370.2300.59
HSL216.92º22.81%33.53%-
HSV(B)216.92º37.14%41.18%-
XYZ7.748.0614.51-
YUV79.25142.53118.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.19%
GREEN value IS 81 (32.03% from 255) = 32.14%
BLUE value IS 105 (41.41% from 255) = 41.67%
R=26.19%
G=32.14%
B=41.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66811050.370.2300.59216.9222.8133.53
Hex425169251703Bd91722
Octal10212115145270733312742
Binary1000010101000111010011001011011101110111101100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425169; }

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

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

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

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

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

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

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

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