Shades of Blue Chill #448C89
Tints of Blue Chill #448C89
RGB
CMYK
RGB Variations
Color information
#448C89 (or 0x448C89) is known color: Blue Chill. HEX triplet: 44, 8C and 89. RGB value is (68,140,137). Sum of RGB (Red+Green+Blue) = 68+140+137=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 140 - color contains mainly: green. Hex color #448C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448C89 is #BB7376. Grayscale: #767676. Windows color (decimal): -12284791 or 9014340. OLE color: 9014340.
HSL color Cylindrical-coordinate representation of color #448C89: hue angle of 177.5º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448C89 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 140 | 137 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.45 |
| HSL | 177.5º | 0.35% | 0.41% | - |
| HSV(B) | 177.5º | 0.51% | 0.55% | - |
| XYZ | 16.28 | 21.79 | 27.02 | - |
| YUV | 118.13 | 138.65 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 140 | 137 | 0.51 | 0 | 0.02 | 0.45 | 177.5 | 0.35 | 0.41 |
| Hex | 44 | 8C | 89 | 33 | 0 | 2 | 2D | B2 | 23 | 29 |
| Octal | 104 | 214 | 211 | 63 | 0 | 2 | 55 | 262 | 43 | 51 |
| Binary | 1000100 | 10001100 | 10001001 | 110011 | 0 | 10 | 101101 | 10110010 | 100011 | 101001 |
Color Harmonies of #448C89
Complementary color
Monochromatic Colors of #448C89
Black with #448C89
Text Example
Text Example
White with #448C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448C89; }
p { color: rgb(68,140,137); }
H1.HeaderClassName
{
color: #448C89;
}
.AnyTagClassName
{
color: #448C89;
}
</style>
background-color css
<style>
a { background-color: #448C89; }
a { background-color: rgb(68,140,137); }
div.DivClassName
{
background-color: #448C89;
}
.BgClassName
{
background-color: #448C89;
}
</style>
border-color css
<style>
span { border-color: #448C89; }
span { border-color: rgb(68,140,137); }
td.TdClassName
{
border-color: #448C89;
}
.TagClassName
{
border-color: #448C89;
}
</style>