Shades of Hippie Blue #428A9F
Tints of Hippie Blue #428A9F
RGB
CMYK
RGB Variations
Color information
#428A9F (or 0x428A9F) is known color: Hippie Blue. HEX triplet: 42, 8A and 9F. RGB value is (66,138,159). Sum of RGB (Red+Green+Blue) = 66+138+159=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #428A9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428A9F is #BD7560. Grayscale: #767676. Windows color (decimal): -12416353 or 10455618. OLE color: 10455618.
HSL color Cylindrical-coordinate representation of color #428A9F: hue angle of 193.55º 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 #428A9F is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 138 | 159 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.38 |
| HSL | 193.55º | 0.41% | 0.44% | - |
| HSV(B) | 193.55º | 0.58% | 0.62% | - |
| XYZ | 17.59 | 21.84 | 36.09 | - |
| YUV | 118.87 | 150.65 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 138 | 159 | 0.58 | 0.13 | 0 | 0.38 | 193.55 | 0.41 | 0.44 |
| Hex | 42 | 8A | 9F | 3A | D | 0 | 26 | C2 | 29 | 2C |
| Octal | 102 | 212 | 237 | 72 | 15 | 0 | 46 | 302 | 51 | 54 |
| Binary | 1000010 | 10001010 | 10011111 | 111010 | 1101 | 0 | 100110 | 11000010 | 101001 | 101100 |
Color Harmonies of #428A9F
Complementary color
Monochromatic Colors of #428A9F
Black with #428A9F
Text Example
Text Example
White with #428A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428A9F; }
p { color: rgb(66,138,159); }
H1.HeaderClassName
{
color: #428A9F;
}
.AnyTagClassName
{
color: #428A9F;
}
</style>
background-color css
<style>
a { background-color: #428A9F; }
a { background-color: rgb(66,138,159); }
div.DivClassName
{
background-color: #428A9F;
}
.BgClassName
{
background-color: #428A9F;
}
</style>
border-color css
<style>
span { border-color: #428A9F; }
span { border-color: rgb(66,138,159); }
td.TdClassName
{
border-color: #428A9F;
}
.TagClassName
{
border-color: #428A9F;
}
</style>