Shades of Hippie Blue #42869F
Tints of Hippie Blue #42869F
RGB
CMYK
RGB Variations
Color information
#42869F (or 0x42869F) is known color: Hippie Blue. HEX triplet: 42, 86 and 9F. RGB value is (66,134,159). Sum of RGB (Red+Green+Blue) = 66+134+159=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #42869F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42869F is #BD7960. Grayscale: #747474. Windows color (decimal): -12417377 or 10454594. OLE color: 10454594.
HSL color Cylindrical-coordinate representation of color #42869F: hue angle of 196.13º 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 #42869F is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 134 | 159 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.38 |
| HSL | 196.13º | 0.41% | 0.44% | - |
| HSV(B) | 196.13º | 0.58% | 0.62% | - |
| XYZ | 17.03 | 20.71 | 35.9 | - |
| YUV | 116.52 | 151.97 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 159 | 0.58 | 0.16 | 0 | 0.38 | 196.13 | 0.41 | 0.44 |
| Hex | 42 | 86 | 9F | 3A | 10 | 0 | 26 | C4 | 29 | 2C |
| Octal | 102 | 206 | 237 | 72 | 20 | 0 | 46 | 304 | 51 | 54 |
| Binary | 1000010 | 10000110 | 10011111 | 111010 | 10000 | 0 | 100110 | 11000100 | 101001 | 101100 |
Color Harmonies of #42869F
Complementary color
Monochromatic Colors of #42869F
Black with #42869F
Text Example
Text Example
White with #42869F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42869F; }
p { color: rgb(66,134,159); }
H1.HeaderClassName
{
color: #42869F;
}
.AnyTagClassName
{
color: #42869F;
}
</style>
background-color css
<style>
a { background-color: #42869F; }
a { background-color: rgb(66,134,159); }
div.DivClassName
{
background-color: #42869F;
}
.BgClassName
{
background-color: #42869F;
}
</style>
border-color css
<style>
span { border-color: #42869F; }
span { border-color: rgb(66,134,159); }
td.TdClassName
{
border-color: #42869F;
}
.TagClassName
{
border-color: #42869F;
}
</style>