Shades of Blue Chill #449B9C
Tints of Blue Chill #449B9C
RGB
CMYK
RGB Variations
Color information
#449B9C (or 0x449B9C) is known color: Blue Chill. HEX triplet: 44, 9B and 9C. RGB value is (68,155,156). Sum of RGB (Red+Green+Blue) = 68+155+156=379 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.94% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #449B9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449B9C is #BB6463. Grayscale: #818181. Windows color (decimal): -12280932 or 10263364. OLE color: 10263364.
HSL color Cylindrical-coordinate representation of color #449B9C: hue angle of 180.68º 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 #449B9C is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 155 | 156 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.39 |
| HSL | 180.68º | 0.39% | 0.44% | - |
| HSV(B) | 180.68º | 0.56% | 0.61% | - |
| XYZ | 20.11 | 27.07 | 35.62 | - |
| YUV | 129.1 | 143.18 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 156 | 0.56 | 0.01 | 0 | 0.39 | 180.68 | 0.39 | 0.44 |
| Hex | 44 | 9B | 9C | 38 | 1 | 0 | 27 | B5 | 27 | 2C |
| Octal | 104 | 233 | 234 | 70 | 1 | 0 | 47 | 265 | 47 | 54 |
| Binary | 1000100 | 10011011 | 10011100 | 111000 | 1 | 0 | 100111 | 10110101 | 100111 | 101100 |
Color Harmonies of #449B9C
Complementary color
Monochromatic Colors of #449B9C
Black with #449B9C
Text Example
Text Example
White with #449B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449B9C; }
p { color: rgb(68,155,156); }
H1.HeaderClassName
{
color: #449B9C;
}
.AnyTagClassName
{
color: #449B9C;
}
</style>
background-color css
<style>
a { background-color: #449B9C; }
a { background-color: rgb(68,155,156); }
div.DivClassName
{
background-color: #449B9C;
}
.BgClassName
{
background-color: #449B9C;
}
</style>
border-color css
<style>
span { border-color: #449B9C; }
span { border-color: rgb(68,155,156); }
td.TdClassName
{
border-color: #449B9C;
}
.TagClassName
{
border-color: #449B9C;
}
</style>