Shades of Blue Chill #45949A
Tints of Blue Chill #45949A
RGB
CMYK
RGB Variations
Color information
#45949A (or 0x45949A) is known color: Blue Chill. HEX triplet: 45, 94 and 9A. RGB value is (69,148,154). Sum of RGB (Red+Green+Blue) = 69+148+154=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 154 - color contains mainly: blue. Hex color #45949A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45949A is #BA6B65. Grayscale: #7C7C7C. Windows color (decimal): -12217190 or 10130501. OLE color: 10130501.
HSL color Cylindrical-coordinate representation of color #45949A: hue angle of 184.24º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45949A is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 148 | 154 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.40 |
| HSL | 184.24º | 0.38% | 0.44% | - |
| HSV(B) | 184.24º | 0.55% | 0.6% | - |
| XYZ | 18.88 | 24.78 | 34.36 | - |
| YUV | 125.06 | 144.33 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 148 | 154 | 0.55 | 0.04 | 0 | 0.40 | 184.24 | 0.38 | 0.44 |
| Hex | 45 | 94 | 9A | 37 | 4 | 0 | 28 | B8 | 26 | 2C |
| Octal | 105 | 224 | 232 | 67 | 4 | 0 | 50 | 270 | 46 | 54 |
| Binary | 1000101 | 10010100 | 10011010 | 110111 | 100 | 0 | 101000 | 10111000 | 100110 | 101100 |
Color Harmonies of #45949A
Complementary color
Monochromatic Colors of #45949A
Black with #45949A
Text Example
Text Example
White with #45949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45949A; }
p { color: rgb(69,148,154); }
H1.HeaderClassName
{
color: #45949A;
}
.AnyTagClassName
{
color: #45949A;
}
</style>
background-color css
<style>
a { background-color: #45949A; }
a { background-color: rgb(69,148,154); }
div.DivClassName
{
background-color: #45949A;
}
.BgClassName
{
background-color: #45949A;
}
</style>
border-color css
<style>
span { border-color: #45949A; }
span { border-color: rgb(69,148,154); }
td.TdClassName
{
border-color: #45949A;
}
.TagClassName
{
border-color: #45949A;
}
</style>