Shades of Jacarta #46365D
Tints of Jacarta #46365D
RGB
CMYK
RGB Variations
Color information
#46365D (or 0x46365D) is known color: Jacarta. HEX triplet: 46, 36 and 5D. RGB value is (70,54,93). Sum of RGB (Red+Green+Blue) = 70+54+93=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 93 - color contains mainly: blue. Hex color #46365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46365D is #B9C9A2. Grayscale: #3F3F3F. Windows color (decimal): -12175779 or 6108742. OLE color: 6108742.
HSL color Cylindrical-coordinate representation of color #46365D: hue angle of 264.62º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #46365D is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 54 | 93 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.64 |
| HSL | 264.62º | 0.27% | 0.29% | - |
| HSV(B) | 264.62º | 0.42% | 0.36% | - |
| XYZ | 5.82 | 4.73 | 10.96 | - |
| YUV | 63.23 | 144.8 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 54 | 93 | 0.25 | 0.42 | 0 | 0.64 | 264.62 | 0.27 | 0.29 |
| Hex | 46 | 36 | 5D | 19 | 2A | 0 | 40 | 109 | 1B | 1D |
| Octal | 106 | 66 | 135 | 31 | 52 | 0 | 100 | 411 | 33 | 35 |
| Binary | 1000110 | 110110 | 1011101 | 11001 | 101010 | 0 | 1000000 | 100001001 | 11011 | 11101 |
Color Harmonies of #46365D
Complementary color
Monochromatic Colors of #46365D
Black with #46365D
Text Example
Text Example
White with #46365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46365D; }
p { color: rgb(70,54,93); }
H1.HeaderClassName
{
color: #46365D;
}
.AnyTagClassName
{
color: #46365D;
}
</style>
background-color css
<style>
a { background-color: #46365D; }
a { background-color: rgb(70,54,93); }
div.DivClassName
{
background-color: #46365D;
}
.BgClassName
{
background-color: #46365D;
}
</style>
border-color css
<style>
span { border-color: #46365D; }
span { border-color: rgb(70,54,93); }
td.TdClassName
{
border-color: #46365D;
}
.TagClassName
{
border-color: #46365D;
}
</style>