Shades of Blue Chill #469390
Tints of Blue Chill #469390
RGB
CMYK
RGB Variations
Color information
#469390 (or 0x469390) is known color: Blue Chill. HEX triplet: 46, 93 and 90. RGB value is (70,147,144). Sum of RGB (Red+Green+Blue) = 70+147+144=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #469390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469390 is #B96C6F. Grayscale: #7B7B7B. Windows color (decimal): -12151920 or 9474886. OLE color: 9474886.
HSL color Cylindrical-coordinate representation of color #469390: hue angle of 177.66º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #469390 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 147 | 144 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.42 |
| HSL | 177.66º | 0.35% | 0.43% | - |
| HSV(B) | 177.66º | 0.52% | 0.58% | - |
| XYZ | 17.99 | 24.18 | 30.11 | - |
| YUV | 123.64 | 139.49 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 147 | 144 | 0.52 | 0 | 0.02 | 0.42 | 177.66 | 0.35 | 0.43 |
| Hex | 46 | 93 | 90 | 34 | 0 | 2 | 2A | B2 | 23 | 2B |
| Octal | 106 | 223 | 220 | 64 | 0 | 2 | 52 | 262 | 43 | 53 |
| Binary | 1000110 | 10010011 | 10010000 | 110100 | 0 | 10 | 101010 | 10110010 | 100011 | 101011 |
Color Harmonies of #469390
Complementary color
Monochromatic Colors of #469390
Black with #469390
Text Example
Text Example
White with #469390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469390; }
p { color: rgb(70,147,144); }
H1.HeaderClassName
{
color: #469390;
}
.AnyTagClassName
{
color: #469390;
}
</style>
background-color css
<style>
a { background-color: #469390; }
a { background-color: rgb(70,147,144); }
div.DivClassName
{
background-color: #469390;
}
.BgClassName
{
background-color: #469390;
}
</style>
border-color css
<style>
span { border-color: #469390; }
span { border-color: rgb(70,147,144); }
td.TdClassName
{
border-color: #469390;
}
.TagClassName
{
border-color: #469390;
}
</style>