Shades of Blue Gem #46378F
Tints of Blue Gem #46378F
RGB
CMYK
RGB Variations
Color information
#46378F (or 0x46378F) is known color: Blue Gem. HEX triplet: 46, 37 and 8F. RGB value is (70,55,143). Sum of RGB (Red+Green+Blue) = 70+55+143=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 143 (56.25% from 255 or 53.36% from 268); Max value from RGB is 143 - color contains mainly: blue. Hex color #46378F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46378F is #B9C870. Grayscale: #454545. Windows color (decimal): -12175473 or 9385798. OLE color: 9385798.
HSL color Cylindrical-coordinate representation of color #46378F: hue angle of 250.23º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46378F is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 55 | 143 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.44 |
| HSL | 250.23º | 0.44% | 0.39% | - |
| HSV(B) | 250.23º | 0.62% | 0.56% | - |
| XYZ | 8.85 | 6.02 | 26.68 | - |
| YUV | 69.52 | 169.47 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 55 | 143 | 0.51 | 0.62 | 0 | 0.44 | 250.23 | 0.44 | 0.39 |
| Hex | 46 | 37 | 8F | 33 | 3E | 0 | 2C | FA | 2C | 27 |
| Octal | 106 | 67 | 217 | 63 | 76 | 0 | 54 | 372 | 54 | 47 |
| Binary | 1000110 | 110111 | 10001111 | 110011 | 111110 | 0 | 101100 | 11111010 | 101100 | 100111 |
Color Harmonies of #46378F
Complementary color
Monochromatic Colors of #46378F
Black with #46378F
Text Example
Text Example
White with #46378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46378F; }
p { color: rgb(70,55,143); }
H1.HeaderClassName
{
color: #46378F;
}
.AnyTagClassName
{
color: #46378F;
}
</style>
background-color css
<style>
a { background-color: #46378F; }
a { background-color: rgb(70,55,143); }
div.DivClassName
{
background-color: #46378F;
}
.BgClassName
{
background-color: #46378F;
}
</style>
border-color css
<style>
span { border-color: #46378F; }
span { border-color: rgb(70,55,143); }
td.TdClassName
{
border-color: #46378F;
}
.TagClassName
{
border-color: #46378F;
}
</style>