Shades of Blue Chill #449692
Tints of Blue Chill #449692
RGB
CMYK
RGB Variations
Color information
#449692 (or 0x449692) is known color: Blue Chill. HEX triplet: 44, 96 and 92. RGB value is (68,150,146). Sum of RGB (Red+Green+Blue) = 68+150+146=364 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.68% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 150 - color contains mainly: green. Hex color #449692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449692 is #BB696D. Grayscale: #7C7C7C. Windows color (decimal): -12282222 or 9606724. OLE color: 9606724.
HSL color Cylindrical-coordinate representation of color #449692: hue angle of 177.07º 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 #449692 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 150 | 146 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.41 |
| HSL | 177.07º | 0.38% | 0.43% | - |
| HSV(B) | 177.07º | 0.55% | 0.59% | - |
| XYZ | 18.48 | 25.12 | 31.07 | - |
| YUV | 125.03 | 139.83 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 150 | 146 | 0.55 | 0 | 0.03 | 0.41 | 177.07 | 0.38 | 0.43 |
| Hex | 44 | 96 | 92 | 37 | 0 | 3 | 29 | B1 | 26 | 2B |
| Octal | 104 | 226 | 222 | 67 | 0 | 3 | 51 | 261 | 46 | 53 |
| Binary | 1000100 | 10010110 | 10010010 | 110111 | 0 | 11 | 101001 | 10110001 | 100110 | 101011 |
Color Harmonies of #449692
Complementary color
Monochromatic Colors of #449692
Black with #449692
Text Example
Text Example
White with #449692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449692; }
p { color: rgb(68,150,146); }
H1.HeaderClassName
{
color: #449692;
}
.AnyTagClassName
{
color: #449692;
}
</style>
background-color css
<style>
a { background-color: #449692; }
a { background-color: rgb(68,150,146); }
div.DivClassName
{
background-color: #449692;
}
.BgClassName
{
background-color: #449692;
}
</style>
border-color css
<style>
span { border-color: #449692; }
span { border-color: rgb(68,150,146); }
td.TdClassName
{
border-color: #449692;
}
.TagClassName
{
border-color: #449692;
}
</style>