Shades of Hippie Blue #42829D
Tints of Hippie Blue #42829D
RGB
CMYK
RGB Variations
Color information
#42829D (or 0x42829D) is known color: Hippie Blue. HEX triplet: 42, 82 and 9D. RGB value is (66,130,157). Sum of RGB (Red+Green+Blue) = 66+130+157=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #42829D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42829D is #BD7D62. Grayscale: #717171. Windows color (decimal): -12418403 or 10322498. OLE color: 10322498.
HSL color Cylindrical-coordinate representation of color #42829D: hue angle of 197.8º 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 #42829D is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 130 | 157 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.38 |
| HSL | 197.8º | 0.41% | 0.44% | - |
| HSV(B) | 197.8º | 0.58% | 0.62% | - |
| XYZ | 16.32 | 19.56 | 34.81 | - |
| YUV | 113.94 | 152.3 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 157 | 0.58 | 0.17 | 0 | 0.38 | 197.8 | 0.41 | 0.44 |
| Hex | 42 | 82 | 9D | 3A | 11 | 0 | 26 | C6 | 29 | 2C |
| Octal | 102 | 202 | 235 | 72 | 21 | 0 | 46 | 306 | 51 | 54 |
| Binary | 1000010 | 10000010 | 10011101 | 111010 | 10001 | 0 | 100110 | 11000110 | 101001 | 101100 |
Color Harmonies of #42829D
Complementary color
Monochromatic Colors of #42829D
Black with #42829D
Text Example
Text Example
White with #42829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42829D; }
p { color: rgb(66,130,157); }
H1.HeaderClassName
{
color: #42829D;
}
.AnyTagClassName
{
color: #42829D;
}
</style>
background-color css
<style>
a { background-color: #42829D; }
a { background-color: rgb(66,130,157); }
div.DivClassName
{
background-color: #42829D;
}
.BgClassName
{
background-color: #42829D;
}
</style>
border-color css
<style>
span { border-color: #42829D; }
span { border-color: rgb(66,130,157); }
td.TdClassName
{
border-color: #42829D;
}
.TagClassName
{
border-color: #42829D;
}
</style>