Shades of Hippie Blue #428390
Tints of Hippie Blue #428390
RGB
CMYK
RGB Variations
Color information
#428390 (or 0x428390) is known color: Hippie Blue. HEX triplet: 42, 83 and 90. RGB value is (66,131,144). Sum of RGB (Red+Green+Blue) = 66+131+144=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #428390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428390 is #BD7C6F. Grayscale: #707070. Windows color (decimal): -12418160 or 9470786. OLE color: 9470786.
HSL color Cylindrical-coordinate representation of color #428390: hue angle of 190º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428390 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 131 | 144 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.44 |
| HSL | 190º | 0.37% | 0.41% | - |
| HSV(B) | 190º | 0.54% | 0.56% | - |
| XYZ | 15.4 | 19.4 | 29.32 | - |
| YUV | 113.05 | 145.47 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 131 | 144 | 0.54 | 0.09 | 0 | 0.44 | 190 | 0.37 | 0.41 |
| Hex | 42 | 83 | 90 | 36 | 9 | 0 | 2C | BE | 25 | 29 |
| Octal | 102 | 203 | 220 | 66 | 11 | 0 | 54 | 276 | 45 | 51 |
| Binary | 1000010 | 10000011 | 10010000 | 110110 | 1001 | 0 | 101100 | 10111110 | 100101 | 101001 |
Color Harmonies of #428390
Complementary color
Monochromatic Colors of #428390
Black with #428390
Text Example
Text Example
White with #428390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428390; }
p { color: rgb(66,131,144); }
H1.HeaderClassName
{
color: #428390;
}
.AnyTagClassName
{
color: #428390;
}
</style>
background-color css
<style>
a { background-color: #428390; }
a { background-color: rgb(66,131,144); }
div.DivClassName
{
background-color: #428390;
}
.BgClassName
{
background-color: #428390;
}
</style>
border-color css
<style>
span { border-color: #428390; }
span { border-color: rgb(66,131,144); }
td.TdClassName
{
border-color: #428390;
}
.TagClassName
{
border-color: #428390;
}
</style>