Shades of Blue Chill #428B90
Tints of Blue Chill #428B90
RGB
CMYK
RGB Variations
Color information
#428B90 (or 0x428B90) is known color: Blue Chill. HEX triplet: 42, 8B and 90. RGB value is (66,139,144). Sum of RGB (Red+Green+Blue) = 66+139+144=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #428B90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428B90 is #BD746F. Grayscale: #757575. Windows color (decimal): -12416112 or 9472834. OLE color: 9472834.
HSL color Cylindrical-coordinate representation of color #428B90: hue angle of 183.85º 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 #428B90 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 139 | 144 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.44 |
| HSL | 183.85º | 0.37% | 0.41% | - |
| HSV(B) | 183.85º | 0.54% | 0.56% | - |
| XYZ | 16.51 | 21.64 | 29.69 | - |
| YUV | 117.74 | 142.82 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 139 | 144 | 0.54 | 0.03 | 0 | 0.44 | 183.85 | 0.37 | 0.41 |
| Hex | 42 | 8B | 90 | 36 | 3 | 0 | 2C | B8 | 25 | 29 |
| Octal | 102 | 213 | 220 | 66 | 3 | 0 | 54 | 270 | 45 | 51 |
| Binary | 1000010 | 10001011 | 10010000 | 110110 | 11 | 0 | 101100 | 10111000 | 100101 | 101001 |
Color Harmonies of #428B90
Complementary color
Monochromatic Colors of #428B90
Black with #428B90
Text Example
Text Example
White with #428B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428B90; }
p { color: rgb(66,139,144); }
H1.HeaderClassName
{
color: #428B90;
}
.AnyTagClassName
{
color: #428B90;
}
</style>
background-color css
<style>
a { background-color: #428B90; }
a { background-color: rgb(66,139,144); }
div.DivClassName
{
background-color: #428B90;
}
.BgClassName
{
background-color: #428B90;
}
</style>
border-color css
<style>
span { border-color: #428B90; }
span { border-color: rgb(66,139,144); }
td.TdClassName
{
border-color: #428B90;
}
.TagClassName
{
border-color: #428B90;
}
</style>