Shades of Hippie Blue #42919F
Tints of Hippie Blue #42919F
RGB
CMYK
RGB Variations
Color information
#42919F (or 0x42919F) is known color: Hippie Blue. HEX triplet: 42, 91 and 9F. RGB value is (66,145,159). Sum of RGB (Red+Green+Blue) = 66+145+159=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 159 - color contains mainly: blue. Hex color #42919F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42919F is #BD6E60. Grayscale: #7A7A7A. Windows color (decimal): -12414561 or 10457410. OLE color: 10457410.
HSL color Cylindrical-coordinate representation of color #42919F: hue angle of 189.03º 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 #42919F is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 145 | 159 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.38 |
| HSL | 189.03º | 0.41% | 0.44% | - |
| HSV(B) | 189.03º | 0.58% | 0.62% | - |
| XYZ | 18.63 | 23.91 | 36.43 | - |
| YUV | 122.98 | 148.33 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 145 | 159 | 0.58 | 0.09 | 0 | 0.38 | 189.03 | 0.41 | 0.44 |
| Hex | 42 | 91 | 9F | 3A | 9 | 0 | 26 | BD | 29 | 2C |
| Octal | 102 | 221 | 237 | 72 | 11 | 0 | 46 | 275 | 51 | 54 |
| Binary | 1000010 | 10010001 | 10011111 | 111010 | 1001 | 0 | 100110 | 10111101 | 101001 | 101100 |
Color Harmonies of #42919F
Complementary color
Monochromatic Colors of #42919F
Black with #42919F
Text Example
Text Example
White with #42919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42919F; }
p { color: rgb(66,145,159); }
H1.HeaderClassName
{
color: #42919F;
}
.AnyTagClassName
{
color: #42919F;
}
</style>
background-color css
<style>
a { background-color: #42919F; }
a { background-color: rgb(66,145,159); }
div.DivClassName
{
background-color: #42919F;
}
.BgClassName
{
background-color: #42919F;
}
</style>
border-color css
<style>
span { border-color: #42919F; }
span { border-color: rgb(66,145,159); }
td.TdClassName
{
border-color: #42919F;
}
.TagClassName
{
border-color: #42919F;
}
</style>