Shades of Hippie Blue #42919D
Tints of Hippie Blue #42919D
RGB
CMYK
RGB Variations
Color information
#42919D (or 0x42919D) is known color: Hippie Blue. HEX triplet: 42, 91 and 9D. RGB value is (66,145,157). Sum of RGB (Red+Green+Blue) = 66+145+157=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #42919D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42919D is #BD6E62. Grayscale: #7A7A7A. Windows color (decimal): -12414563 or 10326338. OLE color: 10326338.
HSL color Cylindrical-coordinate representation of color #42919D: hue angle of 187.91º 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 #42919D is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 145 | 157 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.38 |
| HSL | 187.91º | 0.41% | 0.44% | - |
| HSV(B) | 187.91º | 0.58% | 0.62% | - |
| XYZ | 18.46 | 23.84 | 35.53 | - |
| YUV | 122.75 | 147.33 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 145 | 157 | 0.58 | 0.08 | 0 | 0.38 | 187.91 | 0.41 | 0.44 |
| Hex | 42 | 91 | 9D | 3A | 8 | 0 | 26 | BC | 29 | 2C |
| Octal | 102 | 221 | 235 | 72 | 10 | 0 | 46 | 274 | 51 | 54 |
| Binary | 1000010 | 10010001 | 10011101 | 111010 | 1000 | 0 | 100110 | 10111100 | 101001 | 101100 |
Color Harmonies of #42919D
Complementary color
Monochromatic Colors of #42919D
Black with #42919D
Text Example
Text Example
White with #42919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42919D; }
p { color: rgb(66,145,157); }
H1.HeaderClassName
{
color: #42919D;
}
.AnyTagClassName
{
color: #42919D;
}
</style>
background-color css
<style>
a { background-color: #42919D; }
a { background-color: rgb(66,145,157); }
div.DivClassName
{
background-color: #42919D;
}
.BgClassName
{
background-color: #42919D;
}
</style>
border-color css
<style>
span { border-color: #42919D; }
span { border-color: rgb(66,145,157); }
td.TdClassName
{
border-color: #42919D;
}
.TagClassName
{
border-color: #42919D;
}
</style>