Shades of Blue Chill #428B93
Tints of Blue Chill #428B93
RGB
CMYK
RGB Variations
Color information
#428B93 (or 0x428B93) is known color: Blue Chill. HEX triplet: 42, 8B and 93. RGB value is (66,139,147). Sum of RGB (Red+Green+Blue) = 66+139+147=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 147 - color contains mainly: blue. Hex color #428B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428B93 is #BD746C. Grayscale: #757575. Windows color (decimal): -12416109 or 9669442. OLE color: 9669442.
HSL color Cylindrical-coordinate representation of color #428B93: hue angle of 185.93º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #428B93 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 139 | 147 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.42 |
| HSL | 185.93º | 0.38% | 0.42% | - |
| HSV(B) | 185.93º | 0.55% | 0.58% | - |
| XYZ | 16.75 | 21.73 | 30.92 | - |
| YUV | 118.09 | 144.32 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 139 | 147 | 0.55 | 0.05 | 0 | 0.42 | 185.93 | 0.38 | 0.42 |
| Hex | 42 | 8B | 93 | 37 | 5 | 0 | 2A | BA | 26 | 2A |
| Octal | 102 | 213 | 223 | 67 | 5 | 0 | 52 | 272 | 46 | 52 |
| Binary | 1000010 | 10001011 | 10010011 | 110111 | 101 | 0 | 101010 | 10111010 | 100110 | 101010 |
Color Harmonies of #428B93
Complementary color
Monochromatic Colors of #428B93
Black with #428B93
Text Example
Text Example
White with #428B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428B93; }
p { color: rgb(66,139,147); }
H1.HeaderClassName
{
color: #428B93;
}
.AnyTagClassName
{
color: #428B93;
}
</style>
background-color css
<style>
a { background-color: #428B93; }
a { background-color: rgb(66,139,147); }
div.DivClassName
{
background-color: #428B93;
}
.BgClassName
{
background-color: #428B93;
}
</style>
border-color css
<style>
span { border-color: #428B93; }
span { border-color: rgb(66,139,147); }
td.TdClassName
{
border-color: #428B93;
}
.TagClassName
{
border-color: #428B93;
}
</style>