Shades of Hippie Blue #46919C
Tints of Hippie Blue #46919C
RGB
CMYK
RGB Variations
Color information
#46919C (or 0x46919C) is known color: Hippie Blue. HEX triplet: 46, 91 and 9C. RGB value is (70,145,156). Sum of RGB (Red+Green+Blue) = 70+145+156=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #46919C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46919C is #B96E63. Grayscale: #7B7B7B. Windows color (decimal): -12152420 or 10260806. OLE color: 10260806.
HSL color Cylindrical-coordinate representation of color #46919C: hue angle of 187.67º 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 #46919C is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 145 | 156 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.39 |
| HSL | 187.67º | 0.38% | 0.44% | - |
| HSV(B) | 187.67º | 0.55% | 0.61% | - |
| XYZ | 18.65 | 23.95 | 35.09 | - |
| YUV | 123.83 | 146.15 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 145 | 156 | 0.55 | 0.07 | 0 | 0.39 | 187.67 | 0.38 | 0.44 |
| Hex | 46 | 91 | 9C | 37 | 7 | 0 | 27 | BC | 26 | 2C |
| Octal | 106 | 221 | 234 | 67 | 7 | 0 | 47 | 274 | 46 | 54 |
| Binary | 1000110 | 10010001 | 10011100 | 110111 | 111 | 0 | 100111 | 10111100 | 100110 | 101100 |
Color Harmonies of #46919C
Complementary color
Monochromatic Colors of #46919C
Black with #46919C
Text Example
Text Example
White with #46919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46919C; }
p { color: rgb(70,145,156); }
H1.HeaderClassName
{
color: #46919C;
}
.AnyTagClassName
{
color: #46919C;
}
</style>
background-color css
<style>
a { background-color: #46919C; }
a { background-color: rgb(70,145,156); }
div.DivClassName
{
background-color: #46919C;
}
.BgClassName
{
background-color: #46919C;
}
</style>
border-color css
<style>
span { border-color: #46919C; }
span { border-color: rgb(70,145,156); }
td.TdClassName
{
border-color: #46919C;
}
.TagClassName
{
border-color: #46919C;
}
</style>