Shades of Hippie Blue #428B9A
Tints of Hippie Blue #428B9A
RGB
CMYK
RGB Variations
Color information
#428B9A (or 0x428B9A) is known color: Hippie Blue. HEX triplet: 42, 8B and 9A. RGB value is (66,139,154). Sum of RGB (Red+Green+Blue) = 66+139+154=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 154 - color contains mainly: blue. Hex color #428B9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428B9A is #BD7465. Grayscale: #767676. Windows color (decimal): -12416102 or 10128194. OLE color: 10128194.
HSL color Cylindrical-coordinate representation of color #428B9A: hue angle of 190.23º degrees, saturation: 0.4, 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 #428B9A is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 139 | 154 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.40 |
| HSL | 190.23º | 0.4% | 0.43% | - |
| HSV(B) | 190.23º | 0.57% | 0.6% | - |
| XYZ | 17.31 | 21.96 | 33.9 | - |
| YUV | 118.88 | 147.82 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 139 | 154 | 0.57 | 0.10 | 0 | 0.40 | 190.23 | 0.4 | 0.43 |
| Hex | 42 | 8B | 9A | 39 | A | 0 | 28 | BE | 28 | 2B |
| Octal | 102 | 213 | 232 | 71 | 12 | 0 | 50 | 276 | 50 | 53 |
| Binary | 1000010 | 10001011 | 10011010 | 111001 | 1010 | 0 | 101000 | 10111110 | 101000 | 101011 |
Color Harmonies of #428B9A
Complementary color
Monochromatic Colors of #428B9A
Black with #428B9A
Text Example
Text Example
White with #428B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428B9A; }
p { color: rgb(66,139,154); }
H1.HeaderClassName
{
color: #428B9A;
}
.AnyTagClassName
{
color: #428B9A;
}
</style>
background-color css
<style>
a { background-color: #428B9A; }
a { background-color: rgb(66,139,154); }
div.DivClassName
{
background-color: #428B9A;
}
.BgClassName
{
background-color: #428B9A;
}
</style>
border-color css
<style>
span { border-color: #428B9A; }
span { border-color: rgb(66,139,154); }
td.TdClassName
{
border-color: #428B9A;
}
.TagClassName
{
border-color: #428B9A;
}
</style>