Shades of Blue Chill #469993
Tints of Blue Chill #469993
RGB
CMYK
RGB Variations
Color information
#469993 (or 0x469993) is known color: Blue Chill. HEX triplet: 46, 99 and 93. RGB value is (70,153,147). Sum of RGB (Red+Green+Blue) = 70+153+147=370 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.92% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #469993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469993 is #B9666C. Grayscale: #7F7F7F. Windows color (decimal): -12150381 or 9673030. OLE color: 9673030.
HSL color Cylindrical-coordinate representation of color #469993: hue angle of 175.66º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469993 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 153 | 147 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.4 |
| HSL | 175.66º | 0.37% | 0.44% | - |
| HSV(B) | 175.66º | 0.54% | 0.6% | - |
| XYZ | 19.18 | 26.19 | 31.65 | - |
| YUV | 127.5 | 139 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 153 | 147 | 0.54 | 0 | 0.04 | 0.4 | 175.66 | 0.37 | 0.44 |
| Hex | 46 | 99 | 93 | 36 | 0 | 4 | 28 | B0 | 25 | 2C |
| Octal | 106 | 231 | 223 | 66 | 0 | 4 | 50 | 260 | 45 | 54 |
| Binary | 1000110 | 10011001 | 10010011 | 110110 | 0 | 100 | 101000 | 10110000 | 100101 | 101100 |
Color Harmonies of #469993
Complementary color
Monochromatic Colors of #469993
Black with #469993
Text Example
Text Example
White with #469993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469993; }
p { color: rgb(70,153,147); }
H1.HeaderClassName
{
color: #469993;
}
.AnyTagClassName
{
color: #469993;
}
</style>
background-color css
<style>
a { background-color: #469993; }
a { background-color: rgb(70,153,147); }
div.DivClassName
{
background-color: #469993;
}
.BgClassName
{
background-color: #469993;
}
</style>
border-color css
<style>
span { border-color: #469993; }
span { border-color: rgb(70,153,147); }
td.TdClassName
{
border-color: #469993;
}
.TagClassName
{
border-color: #469993;
}
</style>