Shades of Blue Chill #42949A
Tints of Blue Chill #42949A
RGB
CMYK
RGB Variations
Color information
#42949A (or 0x42949A) is known color: Blue Chill. HEX triplet: 42, 94 and 9A. RGB value is (66,148,154). Sum of RGB (Red+Green+Blue) = 66+148+154=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 154 - color contains mainly: blue. Hex color #42949A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42949A is #BD6B65. Grayscale: #7C7C7C. Windows color (decimal): -12413798 or 10130498. OLE color: 10130498.
HSL color Cylindrical-coordinate representation of color #42949A: hue angle of 184.09º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42949A is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 148 | 154 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.40 |
| HSL | 184.09º | 0.4% | 0.43% | - |
| HSV(B) | 184.09º | 0.57% | 0.6% | - |
| XYZ | 18.67 | 24.67 | 34.35 | - |
| YUV | 124.17 | 144.83 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 148 | 154 | 0.57 | 0.04 | 0 | 0.40 | 184.09 | 0.4 | 0.43 |
| Hex | 42 | 94 | 9A | 39 | 4 | 0 | 28 | B8 | 28 | 2B |
| Octal | 102 | 224 | 232 | 71 | 4 | 0 | 50 | 270 | 50 | 53 |
| Binary | 1000010 | 10010100 | 10011010 | 111001 | 100 | 0 | 101000 | 10111000 | 101000 | 101011 |
Color Harmonies of #42949A
Complementary color
Monochromatic Colors of #42949A
Black with #42949A
Text Example
Text Example
White with #42949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42949A; }
p { color: rgb(66,148,154); }
H1.HeaderClassName
{
color: #42949A;
}
.AnyTagClassName
{
color: #42949A;
}
</style>
background-color css
<style>
a { background-color: #42949A; }
a { background-color: rgb(66,148,154); }
div.DivClassName
{
background-color: #42949A;
}
.BgClassName
{
background-color: #42949A;
}
</style>
border-color css
<style>
span { border-color: #42949A; }
span { border-color: rgb(66,148,154); }
td.TdClassName
{
border-color: #42949A;
}
.TagClassName
{
border-color: #42949A;
}
</style>