Shades of Hippie Blue #42899D
Tints of Hippie Blue #42899D
RGB
CMYK
RGB Variations
Color information
#42899D (or 0x42899D) is known color: Hippie Blue. HEX triplet: 42, 89 and 9D. RGB value is (66,137,157). Sum of RGB (Red+Green+Blue) = 66+137+157=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #42899D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42899D is #BD7662. Grayscale: #757575. Windows color (decimal): -12416611 or 10324290. OLE color: 10324290.
HSL color Cylindrical-coordinate representation of color #42899D: hue angle of 193.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 #42899D is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 137 | 157 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.38 |
| HSL | 193.19º | 0.41% | 0.44% | - |
| HSV(B) | 193.19º | 0.58% | 0.62% | - |
| XYZ | 17.28 | 21.48 | 35.13 | - |
| YUV | 118.05 | 149.98 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 137 | 157 | 0.58 | 0.13 | 0 | 0.38 | 193.19 | 0.41 | 0.44 |
| Hex | 42 | 89 | 9D | 3A | D | 0 | 26 | C1 | 29 | 2C |
| Octal | 102 | 211 | 235 | 72 | 15 | 0 | 46 | 301 | 51 | 54 |
| Binary | 1000010 | 10001001 | 10011101 | 111010 | 1101 | 0 | 100110 | 11000001 | 101001 | 101100 |
Color Harmonies of #42899D
Complementary color
Monochromatic Colors of #42899D
Black with #42899D
Text Example
Text Example
White with #42899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42899D; }
p { color: rgb(66,137,157); }
H1.HeaderClassName
{
color: #42899D;
}
.AnyTagClassName
{
color: #42899D;
}
</style>
background-color css
<style>
a { background-color: #42899D; }
a { background-color: rgb(66,137,157); }
div.DivClassName
{
background-color: #42899D;
}
.BgClassName
{
background-color: #42899D;
}
</style>
border-color css
<style>
span { border-color: #42899D; }
span { border-color: rgb(66,137,157); }
td.TdClassName
{
border-color: #42899D;
}
.TagClassName
{
border-color: #42899D;
}
</style>