Shades of Blue Chill #46969C
Tints of Blue Chill #46969C
RGB
CMYK
RGB Variations
Color information
#46969C (or 0x46969C) is known color: Blue Chill. HEX triplet: 46, 96 and 9C. RGB value is (70,150,156). Sum of RGB (Red+Green+Blue) = 70+150+156=376 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.62% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #46969C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46969C is #B96963. Grayscale: #7E7E7E. Windows color (decimal): -12151140 or 10262086. OLE color: 10262086.
HSL color Cylindrical-coordinate representation of color #46969C: hue angle of 184.19º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46969C is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 150 | 156 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.39 |
| HSL | 184.19º | 0.38% | 0.44% | - |
| HSV(B) | 184.19º | 0.55% | 0.61% | - |
| XYZ | 19.43 | 25.52 | 35.35 | - |
| YUV | 126.76 | 144.5 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 150 | 156 | 0.55 | 0.04 | 0 | 0.39 | 184.19 | 0.38 | 0.44 |
| Hex | 46 | 96 | 9C | 37 | 4 | 0 | 27 | B8 | 26 | 2C |
| Octal | 106 | 226 | 234 | 67 | 4 | 0 | 47 | 270 | 46 | 54 |
| Binary | 1000110 | 10010110 | 10011100 | 110111 | 100 | 0 | 100111 | 10111000 | 100110 | 101100 |
Color Harmonies of #46969C
Complementary color
Monochromatic Colors of #46969C
Black with #46969C
Text Example
Text Example
White with #46969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46969C; }
p { color: rgb(70,150,156); }
H1.HeaderClassName
{
color: #46969C;
}
.AnyTagClassName
{
color: #46969C;
}
</style>
background-color css
<style>
a { background-color: #46969C; }
a { background-color: rgb(70,150,156); }
div.DivClassName
{
background-color: #46969C;
}
.BgClassName
{
background-color: #46969C;
}
</style>
border-color css
<style>
span { border-color: #46969C; }
span { border-color: rgb(70,150,156); }
td.TdClassName
{
border-color: #46969C;
}
.TagClassName
{
border-color: #46969C;
}
</style>