Shades of Blue Chill #45999E
Tints of Blue Chill #45999E
RGB
CMYK
RGB Variations
Color information
#45999E (or 0x45999E) is known color: Blue Chill. HEX triplet: 45, 99 and 9E. RGB value is (69,153,158). Sum of RGB (Red+Green+Blue) = 69+153+158=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 158 - color contains mainly: blue. Hex color #45999E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45999E is #BA6661. Grayscale: #808080. Windows color (decimal): -12215906 or 10393925. OLE color: 10393925.
HSL color Cylindrical-coordinate representation of color #45999E: hue angle of 183.37º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #45999E is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 153 | 158 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.38 |
| HSL | 183.37º | 0.39% | 0.45% | - |
| HSV(B) | 183.37º | 0.56% | 0.62% | - |
| XYZ | 20.02 | 26.52 | 36.41 | - |
| YUV | 128.45 | 144.67 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 153 | 158 | 0.56 | 0.03 | 0 | 0.38 | 183.37 | 0.39 | 0.45 |
| Hex | 45 | 99 | 9E | 38 | 3 | 0 | 26 | B7 | 27 | 2D |
| Octal | 105 | 231 | 236 | 70 | 3 | 0 | 46 | 267 | 47 | 55 |
| Binary | 1000101 | 10011001 | 10011110 | 111000 | 11 | 0 | 100110 | 10110111 | 100111 | 101101 |
Color Harmonies of #45999E
Complementary color
Monochromatic Colors of #45999E
Black with #45999E
Text Example
Text Example
White with #45999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45999E; }
p { color: rgb(69,153,158); }
H1.HeaderClassName
{
color: #45999E;
}
.AnyTagClassName
{
color: #45999E;
}
</style>
background-color css
<style>
a { background-color: #45999E; }
a { background-color: rgb(69,153,158); }
div.DivClassName
{
background-color: #45999E;
}
.BgClassName
{
background-color: #45999E;
}
</style>
border-color css
<style>
span { border-color: #45999E; }
span { border-color: rgb(69,153,158); }
td.TdClassName
{
border-color: #45999E;
}
.TagClassName
{
border-color: #45999E;
}
</style>