Shades of Hippie Blue #42809B
Tints of Hippie Blue #42809B
RGB
CMYK
RGB Variations
Color information
#42809B (or 0x42809B) is known color: Hippie Blue. HEX triplet: 42, 80 and 9B. RGB value is (66,128,155). Sum of RGB (Red+Green+Blue) = 66+128+155=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #42809B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42809B is #BD7F64. Grayscale: #707070. Windows color (decimal): -12418917 or 10190914. OLE color: 10190914.
HSL color Cylindrical-coordinate representation of color #42809B: hue angle of 198.2º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42809B is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 128 | 155 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.39 |
| HSL | 198.2º | 0.4% | 0.43% | - |
| HSV(B) | 198.2º | 0.57% | 0.61% | - |
| XYZ | 15.88 | 18.96 | 33.83 | - |
| YUV | 112.54 | 151.96 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 128 | 155 | 0.57 | 0.17 | 0 | 0.39 | 198.2 | 0.4 | 0.43 |
| Hex | 42 | 80 | 9B | 39 | 11 | 0 | 27 | C6 | 28 | 2B |
| Octal | 102 | 200 | 233 | 71 | 21 | 0 | 47 | 306 | 50 | 53 |
| Binary | 1000010 | 10000000 | 10011011 | 111001 | 10001 | 0 | 100111 | 11000110 | 101000 | 101011 |
Color Harmonies of #42809B
Complementary color
Monochromatic Colors of #42809B
Black with #42809B
Text Example
Text Example
White with #42809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42809B; }
p { color: rgb(66,128,155); }
H1.HeaderClassName
{
color: #42809B;
}
.AnyTagClassName
{
color: #42809B;
}
</style>
background-color css
<style>
a { background-color: #42809B; }
a { background-color: rgb(66,128,155); }
div.DivClassName
{
background-color: #42809B;
}
.BgClassName
{
background-color: #42809B;
}
</style>
border-color css
<style>
span { border-color: #42809B; }
span { border-color: rgb(66,128,155); }
td.TdClassName
{
border-color: #42809B;
}
.TagClassName
{
border-color: #42809B;
}
</style>