Shades of Hippie Blue #428592
Tints of Hippie Blue #428592
RGB
CMYK
RGB Variations
Color information
#428592 (or 0x428592) is known color: Hippie Blue. HEX triplet: 42, 85 and 92. RGB value is (66,133,146). Sum of RGB (Red+Green+Blue) = 66+133+146=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #428592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428592 is #BD7A6D. Grayscale: #727272. Windows color (decimal): -12417646 or 9602370. OLE color: 9602370.
HSL color Cylindrical-coordinate representation of color #428592: hue angle of 189.75º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #428592 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 133 | 146 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.43 |
| HSL | 189.75º | 0.38% | 0.42% | - |
| HSV(B) | 189.75º | 0.55% | 0.57% | - |
| XYZ | 15.82 | 20.01 | 30.22 | - |
| YUV | 114.45 | 145.8 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 133 | 146 | 0.55 | 0.09 | 0 | 0.43 | 189.75 | 0.38 | 0.42 |
| Hex | 42 | 85 | 92 | 37 | 9 | 0 | 2B | BE | 26 | 2A |
| Octal | 102 | 205 | 222 | 67 | 11 | 0 | 53 | 276 | 46 | 52 |
| Binary | 1000010 | 10000101 | 10010010 | 110111 | 1001 | 0 | 101011 | 10111110 | 100110 | 101010 |
Color Harmonies of #428592
Complementary color
Monochromatic Colors of #428592
Black with #428592
Text Example
Text Example
White with #428592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428592; }
p { color: rgb(66,133,146); }
H1.HeaderClassName
{
color: #428592;
}
.AnyTagClassName
{
color: #428592;
}
</style>
background-color css
<style>
a { background-color: #428592; }
a { background-color: rgb(66,133,146); }
div.DivClassName
{
background-color: #428592;
}
.BgClassName
{
background-color: #428592;
}
</style>
border-color css
<style>
span { border-color: #428592; }
span { border-color: rgb(66,133,146); }
td.TdClassName
{
border-color: #428592;
}
.TagClassName
{
border-color: #428592;
}
</style>