Shades of Blue Chill #448F91
Tints of Blue Chill #448F91
RGB
CMYK
RGB Variations
Color information
#448F91 (or 0x448F91) is known color: Blue Chill. HEX triplet: 44, 8F and 91. RGB value is (68,143,145). Sum of RGB (Red+Green+Blue) = 68+143+145=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 145 - color contains mainly: blue. Hex color #448F91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448F91 is #BB706E. Grayscale: #787878. Windows color (decimal): -12284015 or 9539396. OLE color: 9539396.
HSL color Cylindrical-coordinate representation of color #448F91: hue angle of 181.56º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #448F91 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 143 | 145 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.43 |
| HSL | 181.56º | 0.36% | 0.42% | - |
| HSV(B) | 181.56º | 0.53% | 0.57% | - |
| XYZ | 17.32 | 22.92 | 30.3 | - |
| YUV | 120.8 | 141.65 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 145 | 0.53 | 0.01 | 0 | 0.43 | 181.56 | 0.36 | 0.42 |
| Hex | 44 | 8F | 91 | 35 | 1 | 0 | 2B | B6 | 24 | 2A |
| Octal | 104 | 217 | 221 | 65 | 1 | 0 | 53 | 266 | 44 | 52 |
| Binary | 1000100 | 10001111 | 10010001 | 110101 | 1 | 0 | 101011 | 10110110 | 100100 | 101010 |
Color Harmonies of #448F91
Complementary color
Monochromatic Colors of #448F91
Black with #448F91
Text Example
Text Example
White with #448F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448F91; }
p { color: rgb(68,143,145); }
H1.HeaderClassName
{
color: #448F91;
}
.AnyTagClassName
{
color: #448F91;
}
</style>
background-color css
<style>
a { background-color: #448F91; }
a { background-color: rgb(68,143,145); }
div.DivClassName
{
background-color: #448F91;
}
.BgClassName
{
background-color: #448F91;
}
</style>
border-color css
<style>
span { border-color: #448F91; }
span { border-color: rgb(68,143,145); }
td.TdClassName
{
border-color: #448F91;
}
.TagClassName
{
border-color: #448F91;
}
</style>