Shades of Hippie Blue #42929D
Tints of Hippie Blue #42929D
RGB
CMYK
RGB Variations
Color information
#42929D (or 0x42929D) is known color: Hippie Blue. HEX triplet: 42, 92 and 9D. RGB value is (66,146,157). Sum of RGB (Red+Green+Blue) = 66+146+157=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #42929D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42929D is #BD6D62. Grayscale: #7B7B7B. Windows color (decimal): -12414307 or 10326594. OLE color: 10326594.
HSL color Cylindrical-coordinate representation of color #42929D: hue angle of 187.25º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42929D is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 146 | 157 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.38 |
| HSL | 187.25º | 0.41% | 0.44% | - |
| HSV(B) | 187.25º | 0.58% | 0.62% | - |
| XYZ | 18.61 | 24.15 | 35.58 | - |
| YUV | 123.33 | 147 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 146 | 157 | 0.58 | 0.07 | 0 | 0.38 | 187.25 | 0.41 | 0.44 |
| Hex | 42 | 92 | 9D | 3A | 7 | 0 | 26 | BB | 29 | 2C |
| Octal | 102 | 222 | 235 | 72 | 7 | 0 | 46 | 273 | 51 | 54 |
| Binary | 1000010 | 10010010 | 10011101 | 111010 | 111 | 0 | 100110 | 10111011 | 101001 | 101100 |
Color Harmonies of #42929D
Complementary color
Monochromatic Colors of #42929D
Black with #42929D
Text Example
Text Example
White with #42929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42929D; }
p { color: rgb(66,146,157); }
H1.HeaderClassName
{
color: #42929D;
}
.AnyTagClassName
{
color: #42929D;
}
</style>
background-color css
<style>
a { background-color: #42929D; }
a { background-color: rgb(66,146,157); }
div.DivClassName
{
background-color: #42929D;
}
.BgClassName
{
background-color: #42929D;
}
</style>
border-color css
<style>
span { border-color: #42929D; }
span { border-color: rgb(66,146,157); }
td.TdClassName
{
border-color: #42929D;
}
.TagClassName
{
border-color: #42929D;
}
</style>