Shades of Hippie Blue #428898
Tints of Hippie Blue #428898
RGB
CMYK
RGB Variations
Color information
#428898 (or 0x428898) is known color: Hippie Blue. HEX triplet: 42, 88 and 98. RGB value is (66,136,152). Sum of RGB (Red+Green+Blue) = 66+136+152=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: blue. Hex color #428898 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428898 is #BD7767. Grayscale: #747474. Windows color (decimal): -12416872 or 9996354. OLE color: 9996354.
HSL color Cylindrical-coordinate representation of color #428898: hue angle of 191.16º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #428898 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 136 | 152 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.40 |
| HSL | 191.16º | 0.39% | 0.43% | - |
| HSV(B) | 191.16º | 0.57% | 0.6% | - |
| XYZ | 16.72 | 21.03 | 32.88 | - |
| YUV | 116.89 | 147.81 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 152 | 0.57 | 0.11 | 0 | 0.40 | 191.16 | 0.39 | 0.43 |
| Hex | 42 | 88 | 98 | 39 | B | 0 | 28 | BF | 27 | 2B |
| Octal | 102 | 210 | 230 | 71 | 13 | 0 | 50 | 277 | 47 | 53 |
| Binary | 1000010 | 10001000 | 10011000 | 111001 | 1011 | 0 | 101000 | 10111111 | 100111 | 101011 |
Color Harmonies of #428898
Complementary color
Monochromatic Colors of #428898
Black with #428898
Text Example
Text Example
White with #428898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428898; }
p { color: rgb(66,136,152); }
H1.HeaderClassName
{
color: #428898;
}
.AnyTagClassName
{
color: #428898;
}
</style>
background-color css
<style>
a { background-color: #428898; }
a { background-color: rgb(66,136,152); }
div.DivClassName
{
background-color: #428898;
}
.BgClassName
{
background-color: #428898;
}
</style>
border-color css
<style>
span { border-color: #428898; }
span { border-color: rgb(66,136,152); }
td.TdClassName
{
border-color: #428898;
}
.TagClassName
{
border-color: #428898;
}
</style>