Shades of Hippie Blue #42909F
Tints of Hippie Blue #42909F
RGB
CMYK
RGB Variations
Color information
#42909F (or 0x42909F) is known color: Hippie Blue. HEX triplet: 42, 90 and 9F. RGB value is (66,144,159). Sum of RGB (Red+Green+Blue) = 66+144+159=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 159 - color contains mainly: blue. Hex color #42909F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42909F is #BD6F60. Grayscale: #7A7A7A. Windows color (decimal): -12414817 or 10457154. OLE color: 10457154.
HSL color Cylindrical-coordinate representation of color #42909F: hue angle of 189.68º 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 #42909F is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 144 | 159 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.38 |
| HSL | 189.68º | 0.41% | 0.44% | - |
| HSV(B) | 189.68º | 0.58% | 0.62% | - |
| XYZ | 18.48 | 23.61 | 36.38 | - |
| YUV | 122.39 | 148.66 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 144 | 159 | 0.58 | 0.09 | 0 | 0.38 | 189.68 | 0.41 | 0.44 |
| Hex | 42 | 90 | 9F | 3A | 9 | 0 | 26 | BE | 29 | 2C |
| Octal | 102 | 220 | 237 | 72 | 11 | 0 | 46 | 276 | 51 | 54 |
| Binary | 1000010 | 10010000 | 10011111 | 111010 | 1001 | 0 | 100110 | 10111110 | 101001 | 101100 |
Color Harmonies of #42909F
Complementary color
Monochromatic Colors of #42909F
Black with #42909F
Text Example
Text Example
White with #42909F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42909F; }
p { color: rgb(66,144,159); }
H1.HeaderClassName
{
color: #42909F;
}
.AnyTagClassName
{
color: #42909F;
}
</style>
background-color css
<style>
a { background-color: #42909F; }
a { background-color: rgb(66,144,159); }
div.DivClassName
{
background-color: #42909F;
}
.BgClassName
{
background-color: #42909F;
}
</style>
border-color css
<style>
span { border-color: #42909F; }
span { border-color: rgb(66,144,159); }
td.TdClassName
{
border-color: #42909F;
}
.TagClassName
{
border-color: #42909F;
}
</style>