Shades of Hippie Blue #42819B
Tints of Hippie Blue #42819B
RGB
CMYK
RGB Variations
Color information
#42819B (or 0x42819B) is known color: Hippie Blue. HEX triplet: 42, 81 and 9B. RGB value is (66,129,155). Sum of RGB (Red+Green+Blue) = 66+129+155=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #42819B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42819B is #BD7E64. Grayscale: #707070. Windows color (decimal): -12418661 or 10191170. OLE color: 10191170.
HSL color Cylindrical-coordinate representation of color #42819B: hue angle of 197.53º 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 #42819B is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 129 | 155 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.39 |
| HSL | 197.53º | 0.4% | 0.43% | - |
| HSV(B) | 197.53º | 0.57% | 0.61% | - |
| XYZ | 16.01 | 19.23 | 33.88 | - |
| YUV | 113.13 | 151.63 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 155 | 0.57 | 0.17 | 0 | 0.39 | 197.53 | 0.4 | 0.43 |
| Hex | 42 | 81 | 9B | 39 | 11 | 0 | 27 | C6 | 28 | 2B |
| Octal | 102 | 201 | 233 | 71 | 21 | 0 | 47 | 306 | 50 | 53 |
| Binary | 1000010 | 10000001 | 10011011 | 111001 | 10001 | 0 | 100111 | 11000110 | 101000 | 101011 |
Color Harmonies of #42819B
Complementary color
Monochromatic Colors of #42819B
Black with #42819B
Text Example
Text Example
White with #42819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42819B; }
p { color: rgb(66,129,155); }
H1.HeaderClassName
{
color: #42819B;
}
.AnyTagClassName
{
color: #42819B;
}
</style>
background-color css
<style>
a { background-color: #42819B; }
a { background-color: rgb(66,129,155); }
div.DivClassName
{
background-color: #42819B;
}
.BgClassName
{
background-color: #42819B;
}
</style>
border-color css
<style>
span { border-color: #42819B; }
span { border-color: rgb(66,129,155); }
td.TdClassName
{
border-color: #42819B;
}
.TagClassName
{
border-color: #42819B;
}
</style>