Shades of Blue Chill #448B92
Tints of Blue Chill #448B92
RGB
CMYK
RGB Variations
Color information
#448B92 (or 0x448B92) is known color: Blue Chill. HEX triplet: 44, 8B and 92. RGB value is (68,139,146). Sum of RGB (Red+Green+Blue) = 68+139+146=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #448B92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448B92 is #BB746D. Grayscale: #767676. Windows color (decimal): -12285038 or 9603908. OLE color: 9603908.
HSL color Cylindrical-coordinate representation of color #448B92: hue angle of 185.38º 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 #448B92 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 139 | 146 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.43 |
| HSL | 185.38º | 0.36% | 0.42% | - |
| HSV(B) | 185.38º | 0.53% | 0.57% | - |
| XYZ | 16.8 | 21.77 | 30.51 | - |
| YUV | 118.57 | 143.48 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 139 | 146 | 0.53 | 0.05 | 0 | 0.43 | 185.38 | 0.36 | 0.42 |
| Hex | 44 | 8B | 92 | 35 | 5 | 0 | 2B | B9 | 24 | 2A |
| Octal | 104 | 213 | 222 | 65 | 5 | 0 | 53 | 271 | 44 | 52 |
| Binary | 1000100 | 10001011 | 10010010 | 110101 | 101 | 0 | 101011 | 10111001 | 100100 | 101010 |
Color Harmonies of #448B92
Complementary color
Monochromatic Colors of #448B92
Black with #448B92
Text Example
Text Example
White with #448B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448B92; }
p { color: rgb(68,139,146); }
H1.HeaderClassName
{
color: #448B92;
}
.AnyTagClassName
{
color: #448B92;
}
</style>
background-color css
<style>
a { background-color: #448B92; }
a { background-color: rgb(68,139,146); }
div.DivClassName
{
background-color: #448B92;
}
.BgClassName
{
background-color: #448B92;
}
</style>
border-color css
<style>
span { border-color: #448B92; }
span { border-color: rgb(68,139,146); }
td.TdClassName
{
border-color: #448B92;
}
.TagClassName
{
border-color: #448B92;
}
</style>