#428D92

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

Shades of Blue Chill #428D92

Tints of Blue Chill #428D92

Color information

#428D92 (or 0x428D92) is unknown color: approx Blue Chill. HEX triplet: 42, 8D and 92. RGB value is (66,141,146). Sum of RGB (Red+Green+Blue) = 66+141+146=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #428D92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428D92 is #BD726D. Grayscale: #777777. Windows color (decimal): -12415598 or 9604418. OLE color: 9604418.

HSL color Cylindrical-coordinate representation of color #428D92: hue angle of 183.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 #428D92 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB66141146-
CMYK0.550.0300.43
HSL183.75º37.74%41.57%-
HSV(B)183.75º54.79%57.25%-
XYZ16.9622.2830.6-
YUV119.14143.1590.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.70%
GREEN value IS 141 (55.47% from 255) = 39.94%
BLUE value IS 146 (57.42% from 255) = 41.36%
R=18.70%
G=39.94%
B=41.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661411460.550.0300.43183.7537.7441.57
Hex428D9237302Bb8262a
Octal1022152226730532704652
Binary1000010100011011001001011011111010101110111000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428D92; }

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

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

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

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

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

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

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

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