Shades of Hippie Blue #42819F
Tints of Hippie Blue #42819F
RGB
CMYK
RGB Variations
Color information
#42819F (or 0x42819F) is known color: Hippie Blue. HEX triplet: 42, 81 and 9F. RGB value is (66,129,159). Sum of RGB (Red+Green+Blue) = 66+129+159=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 159 - color contains mainly: blue. Hex color #42819F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42819F is #BD7E60. Grayscale: #717171. Windows color (decimal): -12418657 or 10453314. OLE color: 10453314.
HSL color Cylindrical-coordinate representation of color #42819F: hue angle of 199.35º 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 #42819F is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 129 | 159 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.38 |
| HSL | 199.35º | 0.41% | 0.44% | - |
| HSV(B) | 199.35º | 0.58% | 0.62% | - |
| XYZ | 16.36 | 19.36 | 35.68 | - |
| YUV | 113.58 | 153.63 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 159 | 0.58 | 0.19 | 0 | 0.38 | 199.35 | 0.41 | 0.44 |
| Hex | 42 | 81 | 9F | 3A | 13 | 0 | 26 | C7 | 29 | 2C |
| Octal | 102 | 201 | 237 | 72 | 23 | 0 | 46 | 307 | 51 | 54 |
| Binary | 1000010 | 10000001 | 10011111 | 111010 | 10011 | 0 | 100110 | 11000111 | 101001 | 101100 |
Color Harmonies of #42819F
Complementary color
Monochromatic Colors of #42819F
Black with #42819F
Text Example
Text Example
White with #42819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42819F; }
p { color: rgb(66,129,159); }
H1.HeaderClassName
{
color: #42819F;
}
.AnyTagClassName
{
color: #42819F;
}
</style>
background-color css
<style>
a { background-color: #42819F; }
a { background-color: rgb(66,129,159); }
div.DivClassName
{
background-color: #42819F;
}
.BgClassName
{
background-color: #42819F;
}
</style>
border-color css
<style>
span { border-color: #42819F; }
span { border-color: rgb(66,129,159); }
td.TdClassName
{
border-color: #42819F;
}
.TagClassName
{
border-color: #42819F;
}
</style>