Shades of Blue Chill #428A90
Tints of Blue Chill #428A90
RGB
CMYK
RGB Variations
Color information
#428A90 (or 0x428A90) is known color: Blue Chill. HEX triplet: 42, 8A and 90. RGB value is (66,138,144). Sum of RGB (Red+Green+Blue) = 66+138+144=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 144 - color contains mainly: blue. Hex color #428A90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428A90 is #BD756F. Grayscale: #757575. Windows color (decimal): -12416368 or 9472578. OLE color: 9472578.
HSL color Cylindrical-coordinate representation of color #428A90: hue angle of 184.62º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428A90 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 138 | 144 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.44 |
| HSL | 184.62º | 0.37% | 0.41% | - |
| HSV(B) | 184.62º | 0.54% | 0.56% | - |
| XYZ | 16.37 | 21.35 | 29.64 | - |
| YUV | 117.16 | 143.15 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 138 | 144 | 0.54 | 0.04 | 0 | 0.44 | 184.62 | 0.37 | 0.41 |
| Hex | 42 | 8A | 90 | 36 | 4 | 0 | 2C | B9 | 25 | 29 |
| Octal | 102 | 212 | 220 | 66 | 4 | 0 | 54 | 271 | 45 | 51 |
| Binary | 1000010 | 10001010 | 10010000 | 110110 | 100 | 0 | 101100 | 10111001 | 100101 | 101001 |
Color Harmonies of #428A90
Complementary color
Monochromatic Colors of #428A90
Black with #428A90
Text Example
Text Example
White with #428A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428A90; }
p { color: rgb(66,138,144); }
H1.HeaderClassName
{
color: #428A90;
}
.AnyTagClassName
{
color: #428A90;
}
</style>
background-color css
<style>
a { background-color: #428A90; }
a { background-color: rgb(66,138,144); }
div.DivClassName
{
background-color: #428A90;
}
.BgClassName
{
background-color: #428A90;
}
</style>
border-color css
<style>
span { border-color: #428A90; }
span { border-color: rgb(66,138,144); }
td.TdClassName
{
border-color: #428A90;
}
.TagClassName
{
border-color: #428A90;
}
</style>