Shades of Hippie Blue #428894
Tints of Hippie Blue #428894
RGB
CMYK
RGB Variations
Color information
#428894 (or 0x428894) is known color: Hippie Blue. HEX triplet: 42, 88 and 94. RGB value is (66,136,148). Sum of RGB (Red+Green+Blue) = 66+136+148=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 148 - color contains mainly: blue. Hex color #428894 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428894 is #BD776B. Grayscale: #747474. Windows color (decimal): -12416876 or 9734210. OLE color: 9734210.
HSL color Cylindrical-coordinate representation of color #428894: hue angle of 188.78º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #428894 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 136 | 148 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.42 |
| HSL | 188.78º | 0.38% | 0.42% | - |
| HSV(B) | 188.78º | 0.55% | 0.58% | - |
| XYZ | 16.4 | 20.9 | 31.19 | - |
| YUV | 116.44 | 145.81 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 148 | 0.55 | 0.08 | 0 | 0.42 | 188.78 | 0.38 | 0.42 |
| Hex | 42 | 88 | 94 | 37 | 8 | 0 | 2A | BD | 26 | 2A |
| Octal | 102 | 210 | 224 | 67 | 10 | 0 | 52 | 275 | 46 | 52 |
| Binary | 1000010 | 10001000 | 10010100 | 110111 | 1000 | 0 | 101010 | 10111101 | 100110 | 101010 |
Color Harmonies of #428894
Complementary color
Monochromatic Colors of #428894
Black with #428894
Text Example
Text Example
White with #428894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428894; }
p { color: rgb(66,136,148); }
H1.HeaderClassName
{
color: #428894;
}
.AnyTagClassName
{
color: #428894;
}
</style>
background-color css
<style>
a { background-color: #428894; }
a { background-color: rgb(66,136,148); }
div.DivClassName
{
background-color: #428894;
}
.BgClassName
{
background-color: #428894;
}
</style>
border-color css
<style>
span { border-color: #428894; }
span { border-color: rgb(66,136,148); }
td.TdClassName
{
border-color: #428894;
}
.TagClassName
{
border-color: #428894;
}
</style>