Shades of Hippie Blue #428098
Tints of Hippie Blue #428098
RGB
CMYK
RGB Variations
Color information
#428098 (or 0x428098) is known color: Hippie Blue. HEX triplet: 42, 80 and 98. RGB value is (66,128,152). Sum of RGB (Red+Green+Blue) = 66+128+152=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 152 - color contains mainly: blue. Hex color #428098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428098 is #BD7F67. Grayscale: #707070. Windows color (decimal): -12418920 or 9994306. OLE color: 9994306.
HSL color Cylindrical-coordinate representation of color #428098: hue angle of 196.74º 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 #428098 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 128 | 152 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.40 |
| HSL | 196.74º | 0.39% | 0.43% | - |
| HSV(B) | 196.74º | 0.57% | 0.6% | - |
| XYZ | 15.63 | 18.86 | 32.52 | - |
| YUV | 112.2 | 150.46 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 128 | 152 | 0.57 | 0.16 | 0 | 0.40 | 196.74 | 0.39 | 0.43 |
| Hex | 42 | 80 | 98 | 39 | 10 | 0 | 28 | C5 | 27 | 2B |
| Octal | 102 | 200 | 230 | 71 | 20 | 0 | 50 | 305 | 47 | 53 |
| Binary | 1000010 | 10000000 | 10011000 | 111001 | 10000 | 0 | 101000 | 11000101 | 100111 | 101011 |
Color Harmonies of #428098
Complementary color
Monochromatic Colors of #428098
Black with #428098
Text Example
Text Example
White with #428098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428098; }
p { color: rgb(66,128,152); }
H1.HeaderClassName
{
color: #428098;
}
.AnyTagClassName
{
color: #428098;
}
</style>
background-color css
<style>
a { background-color: #428098; }
a { background-color: rgb(66,128,152); }
div.DivClassName
{
background-color: #428098;
}
.BgClassName
{
background-color: #428098;
}
</style>
border-color css
<style>
span { border-color: #428098; }
span { border-color: rgb(66,128,152); }
td.TdClassName
{
border-color: #428098;
}
.TagClassName
{
border-color: #428098;
}
</style>