Shades of Hippie Blue #428893
Tints of Hippie Blue #428893
RGB
CMYK
RGB Variations
Color information
#428893 (or 0x428893) is known color: Hippie Blue. HEX triplet: 42, 88 and 93. RGB value is (66,136,147). Sum of RGB (Red+Green+Blue) = 66+136+147=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 147 - color contains mainly: blue. Hex color #428893 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428893 is #BD776C. Grayscale: #747474. Windows color (decimal): -12416877 or 9668674. OLE color: 9668674.
HSL color Cylindrical-coordinate representation of color #428893: hue angle of 188.15º 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 #428893 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 136 | 147 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.42 |
| HSL | 188.15º | 0.38% | 0.42% | - |
| HSV(B) | 188.15º | 0.55% | 0.58% | - |
| XYZ | 16.32 | 20.87 | 30.77 | - |
| YUV | 116.32 | 145.31 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 147 | 0.55 | 0.07 | 0 | 0.42 | 188.15 | 0.38 | 0.42 |
| Hex | 42 | 88 | 93 | 37 | 7 | 0 | 2A | BC | 26 | 2A |
| Octal | 102 | 210 | 223 | 67 | 7 | 0 | 52 | 274 | 46 | 52 |
| Binary | 1000010 | 10001000 | 10010011 | 110111 | 111 | 0 | 101010 | 10111100 | 100110 | 101010 |
Color Harmonies of #428893
Complementary color
Monochromatic Colors of #428893
Black with #428893
Text Example
Text Example
White with #428893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428893; }
p { color: rgb(66,136,147); }
H1.HeaderClassName
{
color: #428893;
}
.AnyTagClassName
{
color: #428893;
}
</style>
background-color css
<style>
a { background-color: #428893; }
a { background-color: rgb(66,136,147); }
div.DivClassName
{
background-color: #428893;
}
.BgClassName
{
background-color: #428893;
}
</style>
border-color css
<style>
span { border-color: #428893; }
span { border-color: rgb(66,136,147); }
td.TdClassName
{
border-color: #428893;
}
.TagClassName
{
border-color: #428893;
}
</style>