Shades of Hippie Blue #428F9D
Tints of Hippie Blue #428F9D
RGB
CMYK
RGB Variations
Color information
#428F9D (or 0x428F9D) is known color: Hippie Blue. HEX triplet: 42, 8F and 9D. RGB value is (66,143,157). Sum of RGB (Red+Green+Blue) = 66+143+157=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #428F9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428F9D is #BD7062. Grayscale: #797979. Windows color (decimal): -12415075 or 10325826. OLE color: 10325826.
HSL color Cylindrical-coordinate representation of color #428F9D: hue angle of 189.23º 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 #428F9D is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 143 | 157 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.38 |
| HSL | 189.23º | 0.41% | 0.44% | - |
| HSV(B) | 189.23º | 0.58% | 0.62% | - |
| XYZ | 18.16 | 23.24 | 35.43 | - |
| YUV | 121.57 | 147.99 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 143 | 157 | 0.58 | 0.09 | 0 | 0.38 | 189.23 | 0.41 | 0.44 |
| Hex | 42 | 8F | 9D | 3A | 9 | 0 | 26 | BD | 29 | 2C |
| Octal | 102 | 217 | 235 | 72 | 11 | 0 | 46 | 275 | 51 | 54 |
| Binary | 1000010 | 10001111 | 10011101 | 111010 | 1001 | 0 | 100110 | 10111101 | 101001 | 101100 |
Color Harmonies of #428F9D
Complementary color
Monochromatic Colors of #428F9D
Black with #428F9D
Text Example
Text Example
White with #428F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428F9D; }
p { color: rgb(66,143,157); }
H1.HeaderClassName
{
color: #428F9D;
}
.AnyTagClassName
{
color: #428F9D;
}
</style>
background-color css
<style>
a { background-color: #428F9D; }
a { background-color: rgb(66,143,157); }
div.DivClassName
{
background-color: #428F9D;
}
.BgClassName
{
background-color: #428F9D;
}
</style>
border-color css
<style>
span { border-color: #428F9D; }
span { border-color: rgb(66,143,157); }
td.TdClassName
{
border-color: #428F9D;
}
.TagClassName
{
border-color: #428F9D;
}
</style>