#428791

Color #428791 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #428791

Tints of Blue Chill #428791

Color information

#428791 (or 0x428791) is unknown color: approx Blue Chill. HEX triplet: 42, 87 and 91. RGB value is (66,135,145). Sum of RGB (Red+Green+Blue) = 66+135+145=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #428791 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428791 is #BD786E. Grayscale: #737373. Windows color (decimal): -12417135 or 9537346. OLE color: 9537346.

HSL color Cylindrical-coordinate representation of color #428791: hue angle of 187.59º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428791 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB66135145-
CMYK0.540.0700.43
HSL187.59º37.44%41.37%-
HSV(B)187.59º54.48%56.86%-
XYZ16.0220.5329.91-
YUV115.51144.6492.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.08%
GREEN value IS 135 (53.12% from 255) = 39.02%
BLUE value IS 145 (57.03% from 255) = 41.91%
R=19.08%
G=39.02%
B=41.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661351450.540.0700.43187.5937.4441.37
Hex42879136702Bbc2529
Octal1022072216670532744551
Binary10000101000011110010001110110111010101110111100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428791; }

 p { color: rgb(66,135,145); }

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

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

 a { background-color: rgb(66,135,145); }

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

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

 span { border-color: rgb(66,135,145); }

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