Shades of Hippie Blue #42899F
Tints of Hippie Blue #42899F
RGB
CMYK
RGB Variations
Color information
#42899F (or 0x42899F) is known color: Hippie Blue. HEX triplet: 42, 89 and 9F. RGB value is (66,137,159). Sum of RGB (Red+Green+Blue) = 66+137+159=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 159 - color contains mainly: blue. Hex color #42899F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42899F is #BD7660. Grayscale: #767676. Windows color (decimal): -12416609 or 10455362. OLE color: 10455362.
HSL color Cylindrical-coordinate representation of color #42899F: hue angle of 194.19º 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 #42899F is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 137 | 159 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.38 |
| HSL | 194.19º | 0.41% | 0.44% | - |
| HSV(B) | 194.19º | 0.58% | 0.62% | - |
| XYZ | 17.45 | 21.55 | 36.04 | - |
| YUV | 118.28 | 150.98 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 137 | 159 | 0.58 | 0.14 | 0 | 0.38 | 194.19 | 0.41 | 0.44 |
| Hex | 42 | 89 | 9F | 3A | E | 0 | 26 | C2 | 29 | 2C |
| Octal | 102 | 211 | 237 | 72 | 16 | 0 | 46 | 302 | 51 | 54 |
| Binary | 1000010 | 10001001 | 10011111 | 111010 | 1110 | 0 | 100110 | 11000010 | 101001 | 101100 |
Color Harmonies of #42899F
Complementary color
Monochromatic Colors of #42899F
Black with #42899F
Text Example
Text Example
White with #42899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42899F; }
p { color: rgb(66,137,159); }
H1.HeaderClassName
{
color: #42899F;
}
.AnyTagClassName
{
color: #42899F;
}
</style>
background-color css
<style>
a { background-color: #42899F; }
a { background-color: rgb(66,137,159); }
div.DivClassName
{
background-color: #42899F;
}
.BgClassName
{
background-color: #42899F;
}
</style>
border-color css
<style>
span { border-color: #42899F; }
span { border-color: rgb(66,137,159); }
td.TdClassName
{
border-color: #42899F;
}
.TagClassName
{
border-color: #42899F;
}
</style>