Shades of Blue Chill #449B93
Tints of Blue Chill #449B93
RGB
CMYK
RGB Variations
Color information
#449B93 (or 0x449B93) is known color: Blue Chill. HEX triplet: 44, 9B and 93. RGB value is (68,155,147). Sum of RGB (Red+Green+Blue) = 68+155+147=370 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.38% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 155 - color contains mainly: green. Hex color #449B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449B93 is #BB646C. Grayscale: #808080. Windows color (decimal): -12280941 or 9673540. OLE color: 9673540.
HSL color Cylindrical-coordinate representation of color #449B93: hue angle of 174.48º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449B93 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 155 | 147 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.39 |
| HSL | 174.48º | 0.39% | 0.44% | - |
| HSV(B) | 174.48º | 0.56% | 0.61% | - |
| XYZ | 19.37 | 26.78 | 31.75 | - |
| YUV | 128.08 | 138.68 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 147 | 0.56 | 0 | 0.05 | 0.39 | 174.48 | 0.39 | 0.44 |
| Hex | 44 | 9B | 93 | 38 | 0 | 5 | 27 | AE | 27 | 2C |
| Octal | 104 | 233 | 223 | 70 | 0 | 5 | 47 | 256 | 47 | 54 |
| Binary | 1000100 | 10011011 | 10010011 | 111000 | 0 | 101 | 100111 | 10101110 | 100111 | 101100 |
Color Harmonies of #449B93
Complementary color
Monochromatic Colors of #449B93
Black with #449B93
Text Example
Text Example
White with #449B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449B93; }
p { color: rgb(68,155,147); }
H1.HeaderClassName
{
color: #449B93;
}
.AnyTagClassName
{
color: #449B93;
}
</style>
background-color css
<style>
a { background-color: #449B93; }
a { background-color: rgb(68,155,147); }
div.DivClassName
{
background-color: #449B93;
}
.BgClassName
{
background-color: #449B93;
}
</style>
border-color css
<style>
span { border-color: #449B93; }
span { border-color: rgb(68,155,147); }
td.TdClassName
{
border-color: #449B93;
}
.TagClassName
{
border-color: #449B93;
}
</style>