Shades of Blue Chill #45898B
Tints of Blue Chill #45898B
RGB
CMYK
RGB Variations
Color information
#45898B (or 0x45898B) is known color: Blue Chill. HEX triplet: 45, 89 and 8B. RGB value is (69,137,139). Sum of RGB (Red+Green+Blue) = 69+137+139=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #45898B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45898B is #BA7674. Grayscale: #747474. Windows color (decimal): -12220021 or 9144645. OLE color: 9144645.
HSL color Cylindrical-coordinate representation of color #45898B: hue angle of 181.71º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45898B is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 137 | 139 | - |
| CMYK | 0.50 | 0.01 | 0 | 0.45 |
| HSL | 181.71º | 0.34% | 0.41% | - |
| HSV(B) | 181.71º | 0.5% | 0.55% | - |
| XYZ | 16.06 | 21.02 | 27.64 | - |
| YUV | 116.9 | 140.47 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 137 | 139 | 0.50 | 0.01 | 0 | 0.45 | 181.71 | 0.34 | 0.41 |
| Hex | 45 | 89 | 8B | 32 | 1 | 0 | 2D | B6 | 22 | 29 |
| Octal | 105 | 211 | 213 | 62 | 1 | 0 | 55 | 266 | 42 | 51 |
| Binary | 1000101 | 10001001 | 10001011 | 110010 | 1 | 0 | 101101 | 10110110 | 100010 | 101001 |
Color Harmonies of #45898B
Complementary color
Monochromatic Colors of #45898B
Black with #45898B
Text Example
Text Example
White with #45898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45898B; }
p { color: rgb(69,137,139); }
H1.HeaderClassName
{
color: #45898B;
}
.AnyTagClassName
{
color: #45898B;
}
</style>
background-color css
<style>
a { background-color: #45898B; }
a { background-color: rgb(69,137,139); }
div.DivClassName
{
background-color: #45898B;
}
.BgClassName
{
background-color: #45898B;
}
</style>
border-color css
<style>
span { border-color: #45898B; }
span { border-color: rgb(69,137,139); }
td.TdClassName
{
border-color: #45898B;
}
.TagClassName
{
border-color: #45898B;
}
</style>