Shades of Blue Chill #46929A
Tints of Blue Chill #46929A
RGB
CMYK
RGB Variations
Color information
#46929A (or 0x46929A) is known color: Blue Chill. HEX triplet: 46, 92 and 9A. RGB value is (70,146,154). Sum of RGB (Red+Green+Blue) = 70+146+154=370 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.92% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 154 - color contains mainly: blue. Hex color #46929A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46929A is #B96D65. Grayscale: #7C7C7C. Windows color (decimal): -12152166 or 10129990. OLE color: 10129990.
HSL color Cylindrical-coordinate representation of color #46929A: hue angle of 185.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46929A is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 146 | 154 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.40 |
| HSL | 185.71º | 0.38% | 0.44% | - |
| HSV(B) | 185.71º | 0.55% | 0.6% | - |
| XYZ | 18.64 | 24.19 | 34.26 | - |
| YUV | 124.19 | 144.82 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 146 | 154 | 0.55 | 0.05 | 0 | 0.40 | 185.71 | 0.38 | 0.44 |
| Hex | 46 | 92 | 9A | 37 | 5 | 0 | 28 | BA | 26 | 2C |
| Octal | 106 | 222 | 232 | 67 | 5 | 0 | 50 | 272 | 46 | 54 |
| Binary | 1000110 | 10010010 | 10011010 | 110111 | 101 | 0 | 101000 | 10111010 | 100110 | 101100 |
Color Harmonies of #46929A
Complementary color
Monochromatic Colors of #46929A
Black with #46929A
Text Example
Text Example
White with #46929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46929A; }
p { color: rgb(70,146,154); }
H1.HeaderClassName
{
color: #46929A;
}
.AnyTagClassName
{
color: #46929A;
}
</style>
background-color css
<style>
a { background-color: #46929A; }
a { background-color: rgb(70,146,154); }
div.DivClassName
{
background-color: #46929A;
}
.BgClassName
{
background-color: #46929A;
}
</style>
border-color css
<style>
span { border-color: #46929A; }
span { border-color: rgb(70,146,154); }
td.TdClassName
{
border-color: #46929A;
}
.TagClassName
{
border-color: #46929A;
}
</style>