Shades of Blue Chill #449993
Tints of Blue Chill #449993
RGB
CMYK
RGB Variations
Color information
#449993 (or 0x449993) is known color: Blue Chill. HEX triplet: 44, 99 and 93. RGB value is (68,153,147). Sum of RGB (Red+Green+Blue) = 68+153+147=368 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.48% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #449993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449993 is #BB666C. Grayscale: #7E7E7E. Windows color (decimal): -12281453 or 9673028. OLE color: 9673028.
HSL color Cylindrical-coordinate representation of color #449993: hue angle of 175.76º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449993 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 68 | 153 | 147 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.4 |
| HSL | 175.76º | 0.38% | 0.43% | - |
| HSV(B) | 175.76º | 0.56% | 0.6% | - |
| XYZ | 19.04 | 26.12 | 31.64 | - |
| YUV | 126.9 | 139.34 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 153 | 147 | 0.56 | 0 | 0.04 | 0.4 | 175.76 | 0.38 | 0.43 |
| Hex | 44 | 99 | 93 | 38 | 0 | 4 | 28 | B0 | 26 | 2B |
| Octal | 104 | 231 | 223 | 70 | 0 | 4 | 50 | 260 | 46 | 53 |
| Binary | 1000100 | 10011001 | 10010011 | 111000 | 0 | 100 | 101000 | 10110000 | 100110 | 101011 |
Color Harmonies of #449993
Complementary color
Monochromatic Colors of #449993
Black with #449993
Text Example
Text Example
White with #449993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449993; }
p { color: rgb(68,153,147); }
H1.HeaderClassName
{
color: #449993;
}
.AnyTagClassName
{
color: #449993;
}
</style>
background-color css
<style>
a { background-color: #449993; }
a { background-color: rgb(68,153,147); }
div.DivClassName
{
background-color: #449993;
}
.BgClassName
{
background-color: #449993;
}
</style>
border-color css
<style>
span { border-color: #449993; }
span { border-color: rgb(68,153,147); }
td.TdClassName
{
border-color: #449993;
}
.TagClassName
{
border-color: #449993;
}
</style>