Shades of Hippie Blue #42869A
Tints of Hippie Blue #42869A
RGB
CMYK
RGB Variations
Color information
#42869A (or 0x42869A) is known color: Hippie Blue. HEX triplet: 42, 86 and 9A. RGB value is (66,134,154). Sum of RGB (Red+Green+Blue) = 66+134+154=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 154 - color contains mainly: blue. Hex color #42869A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42869A is #BD7965. Grayscale: #737373. Windows color (decimal): -12417382 or 10126914. OLE color: 10126914.
HSL color Cylindrical-coordinate representation of color #42869A: hue angle of 193.64º 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 #42869A is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 134 | 154 | - |
| CMYK | 0.57 | 0.13 | 0 | 0.40 |
| HSL | 193.64º | 0.4% | 0.43% | - |
| HSV(B) | 193.64º | 0.57% | 0.6% | - |
| XYZ | 16.6 | 20.54 | 33.66 | - |
| YUV | 115.95 | 149.47 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 154 | 0.57 | 0.13 | 0 | 0.40 | 193.64 | 0.4 | 0.43 |
| Hex | 42 | 86 | 9A | 39 | D | 0 | 28 | C2 | 28 | 2B |
| Octal | 102 | 206 | 232 | 71 | 15 | 0 | 50 | 302 | 50 | 53 |
| Binary | 1000010 | 10000110 | 10011010 | 111001 | 1101 | 0 | 101000 | 11000010 | 101000 | 101011 |
Color Harmonies of #42869A
Complementary color
Monochromatic Colors of #42869A
Black with #42869A
Text Example
Text Example
White with #42869A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42869A; }
p { color: rgb(66,134,154); }
H1.HeaderClassName
{
color: #42869A;
}
.AnyTagClassName
{
color: #42869A;
}
</style>
background-color css
<style>
a { background-color: #42869A; }
a { background-color: rgb(66,134,154); }
div.DivClassName
{
background-color: #42869A;
}
.BgClassName
{
background-color: #42869A;
}
</style>
border-color css
<style>
span { border-color: #42869A; }
span { border-color: rgb(66,134,154); }
td.TdClassName
{
border-color: #42869A;
}
.TagClassName
{
border-color: #42869A;
}
</style>