Shades of Blue Chill #448F96
Tints of Blue Chill #448F96
RGB
CMYK
RGB Variations
Color information
#448F96 (or 0x448F96) is known color: Blue Chill. HEX triplet: 44, 8F and 96. RGB value is (68,143,150). Sum of RGB (Red+Green+Blue) = 68+143+150=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 150 - color contains mainly: blue. Hex color #448F96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448F96 is #BB7069. Grayscale: #797979. Windows color (decimal): -12284010 or 9867076. OLE color: 9867076.
HSL color Cylindrical-coordinate representation of color #448F96: hue angle of 185.12º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #448F96 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 143 | 150 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.41 |
| HSL | 185.12º | 0.38% | 0.43% | - |
| HSV(B) | 185.12º | 0.55% | 0.59% | - |
| XYZ | 17.71 | 23.08 | 32.37 | - |
| YUV | 121.37 | 144.15 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 150 | 0.55 | 0.05 | 0 | 0.41 | 185.12 | 0.38 | 0.43 |
| Hex | 44 | 8F | 96 | 37 | 5 | 0 | 29 | B9 | 26 | 2B |
| Octal | 104 | 217 | 226 | 67 | 5 | 0 | 51 | 271 | 46 | 53 |
| Binary | 1000100 | 10001111 | 10010110 | 110111 | 101 | 0 | 101001 | 10111001 | 100110 | 101011 |
Color Harmonies of #448F96
Complementary color
Monochromatic Colors of #448F96
Black with #448F96
Text Example
Text Example
White with #448F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448F96; }
p { color: rgb(68,143,150); }
H1.HeaderClassName
{
color: #448F96;
}
.AnyTagClassName
{
color: #448F96;
}
</style>
background-color css
<style>
a { background-color: #448F96; }
a { background-color: rgb(68,143,150); }
div.DivClassName
{
background-color: #448F96;
}
.BgClassName
{
background-color: #448F96;
}
</style>
border-color css
<style>
span { border-color: #448F96; }
span { border-color: rgb(68,143,150); }
td.TdClassName
{
border-color: #448F96;
}
.TagClassName
{
border-color: #448F96;
}
</style>