#428992

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

Shades of Blue Chill #428992

Tints of Blue Chill #428992

Color information

#428992 (or 0x428992) is unknown color: approx Blue Chill. HEX triplet: 42, 89 and 92. RGB value is (66,137,146). Sum of RGB (Red+Green+Blue) = 66+137+146=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 146 - color contains mainly: blue. Hex color #428992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428992 is #BD766D. Grayscale: #747474. Windows color (decimal): -12416622 or 9603394. OLE color: 9603394.

HSL color Cylindrical-coordinate representation of color #428992: hue angle of 186.75º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #428992 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB66137146-
CMYK0.550.0600.43
HSL186.75º37.74%41.57%-
HSV(B)186.75º54.79%57.25%-
XYZ16.3821.1230.41-
YUV116.8144.4891.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.91%
GREEN value IS 137 (53.91% from 255) = 39.26%
BLUE value IS 146 (57.42% from 255) = 41.83%
R=18.91%
G=39.26%
B=41.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661371460.550.0600.43186.7537.7441.57
Hex42899237602Bbb262a
Octal1022112226760532734652
Binary10000101000100110010010110111110010101110111011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428992; }

 p { color: rgb(66,137,146); }

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

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

 a { background-color: rgb(66,137,146); }

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

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

 span { border-color: rgb(66,137,146); }

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