Shades of Jacarta #46325D
Tints of Jacarta #46325D
RGB
CMYK
RGB Variations
Color information
#46325D (or 0x46325D) is known color: Jacarta. HEX triplet: 46, 32 and 5D. RGB value is (70,50,93). Sum of RGB (Red+Green+Blue) = 70+50+93=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 93 - color contains mainly: blue. Hex color #46325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46325D is #B9CDA2. Grayscale: #3C3C3C. Windows color (decimal): -12176803 or 6107718. OLE color: 6107718.
HSL color Cylindrical-coordinate representation of color #46325D: hue angle of 267.91º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #46325D is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 50 | 93 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.64 |
| HSL | 267.91º | 0.3% | 0.28% | - |
| HSV(B) | 267.91º | 0.46% | 0.36% | - |
| XYZ | 5.64 | 4.37 | 10.9 | - |
| YUV | 60.88 | 146.13 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 93 | 0.25 | 0.46 | 0 | 0.64 | 267.91 | 0.3 | 0.28 |
| Hex | 46 | 32 | 5D | 19 | 2E | 0 | 40 | 10C | 1E | 1C |
| Octal | 106 | 62 | 135 | 31 | 56 | 0 | 100 | 414 | 36 | 34 |
| Binary | 1000110 | 110010 | 1011101 | 11001 | 101110 | 0 | 1000000 | 100001100 | 11110 | 11100 |
Color Harmonies of #46325D
Complementary color
Monochromatic Colors of #46325D
Black with #46325D
Text Example
Text Example
White with #46325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46325D; }
p { color: rgb(70,50,93); }
H1.HeaderClassName
{
color: #46325D;
}
.AnyTagClassName
{
color: #46325D;
}
</style>
background-color css
<style>
a { background-color: #46325D; }
a { background-color: rgb(70,50,93); }
div.DivClassName
{
background-color: #46325D;
}
.BgClassName
{
background-color: #46325D;
}
</style>
border-color css
<style>
span { border-color: #46325D; }
span { border-color: rgb(70,50,93); }
td.TdClassName
{
border-color: #46325D;
}
.TagClassName
{
border-color: #46325D;
}
</style>