Shades of Blue Chill #428992
Tints of Blue Chill #428992
RGB
CMYK
RGB Variations
Color information
#428992 (or 0x428992) is known color: 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
| RGB | 66 | 137 | 146 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.43 |
| HSL | 186.75º | 0.38% | 0.42% | - |
| HSV(B) | 186.75º | 0.55% | 0.57% | - |
| XYZ | 16.38 | 21.12 | 30.41 | - |
| YUV | 116.8 | 144.48 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 137 | 146 | 0.55 | 0.06 | 0 | 0.43 | 186.75 | 0.38 | 0.42 |
| Hex | 42 | 89 | 92 | 37 | 6 | 0 | 2B | BB | 26 | 2A |
| Octal | 102 | 211 | 222 | 67 | 6 | 0 | 53 | 273 | 46 | 52 |
| Binary | 1000010 | 10001001 | 10010010 | 110111 | 110 | 0 | 101011 | 10111011 | 100110 | 101010 |
Color Harmonies of #428992
Complementary color
Monochromatic Colors of #428992
Black with #428992
Text Example
Text Example
White with #428992
Text Example
Text Example
HTML Codes & Css Web 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>