Shades of Jacarta #463A5B
Tints of Jacarta #463A5B
RGB
CMYK
RGB Variations
Color information
#463A5B (or 0x463A5B) is known color: Jacarta. HEX triplet: 46, 3A and 5B. RGB value is (70,58,91). Sum of RGB (Red+Green+Blue) = 70+58+91=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 91 - color contains mainly: blue. Hex color #463A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463A5B is #B9C5A4. Grayscale: #414141. Windows color (decimal): -12174757 or 5978694. OLE color: 5978694.
HSL color Cylindrical-coordinate representation of color #463A5B: hue angle of 261.82º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #463A5B is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 58 | 91 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.64 |
| HSL | 261.82º | 0.22% | 0.29% | - |
| HSV(B) | 261.82º | 0.36% | 0.36% | - |
| XYZ | 5.93 | 5.08 | 10.57 | - |
| YUV | 65.35 | 142.48 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 91 | 0.23 | 0.36 | 0 | 0.64 | 261.82 | 0.22 | 0.29 |
| Hex | 46 | 3A | 5B | 17 | 24 | 0 | 40 | 106 | 16 | 1D |
| Octal | 106 | 72 | 133 | 27 | 44 | 0 | 100 | 406 | 26 | 35 |
| Binary | 1000110 | 111010 | 1011011 | 10111 | 100100 | 0 | 1000000 | 100000110 | 10110 | 11101 |
Color Harmonies of #463A5B
Complementary color
Monochromatic Colors of #463A5B
Black with #463A5B
Text Example
Text Example
White with #463A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463A5B; }
p { color: rgb(70,58,91); }
H1.HeaderClassName
{
color: #463A5B;
}
.AnyTagClassName
{
color: #463A5B;
}
</style>
background-color css
<style>
a { background-color: #463A5B; }
a { background-color: rgb(70,58,91); }
div.DivClassName
{
background-color: #463A5B;
}
.BgClassName
{
background-color: #463A5B;
}
</style>
border-color css
<style>
span { border-color: #463A5B; }
span { border-color: rgb(70,58,91); }
td.TdClassName
{
border-color: #463A5B;
}
.TagClassName
{
border-color: #463A5B;
}
</style>