Shades of Hippie Blue #46919B
Tints of Hippie Blue #46919B
RGB
CMYK
RGB Variations
Color information
#46919B (or 0x46919B) is known color: Hippie Blue. HEX triplet: 46, 91 and 9B. RGB value is (70,145,155). Sum of RGB (Red+Green+Blue) = 70+145+155=370 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.92% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #46919B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46919B is #B96E64. Grayscale: #7B7B7B. Windows color (decimal): -12152421 or 10195270. OLE color: 10195270.
HSL color Cylindrical-coordinate representation of color #46919B: hue angle of 187.06º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46919B is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 145 | 155 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.39 |
| HSL | 187.06º | 0.38% | 0.44% | - |
| HSV(B) | 187.06º | 0.55% | 0.61% | - |
| XYZ | 18.57 | 23.92 | 34.65 | - |
| YUV | 123.72 | 145.65 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 145 | 155 | 0.55 | 0.06 | 0 | 0.39 | 187.06 | 0.38 | 0.44 |
| Hex | 46 | 91 | 9B | 37 | 6 | 0 | 27 | BB | 26 | 2C |
| Octal | 106 | 221 | 233 | 67 | 6 | 0 | 47 | 273 | 46 | 54 |
| Binary | 1000110 | 10010001 | 10011011 | 110111 | 110 | 0 | 100111 | 10111011 | 100110 | 101100 |
Color Harmonies of #46919B
Complementary color
Monochromatic Colors of #46919B
Black with #46919B
Text Example
Text Example
White with #46919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46919B; }
p { color: rgb(70,145,155); }
H1.HeaderClassName
{
color: #46919B;
}
.AnyTagClassName
{
color: #46919B;
}
</style>
background-color css
<style>
a { background-color: #46919B; }
a { background-color: rgb(70,145,155); }
div.DivClassName
{
background-color: #46919B;
}
.BgClassName
{
background-color: #46919B;
}
</style>
border-color css
<style>
span { border-color: #46919B; }
span { border-color: rgb(70,145,155); }
td.TdClassName
{
border-color: #46919B;
}
.TagClassName
{
border-color: #46919B;
}
</style>