Shades of Jacarta #463858
Tints of Jacarta #463858
RGB
CMYK
RGB Variations
Color information
#463858 (or 0x463858) is known color: Jacarta. HEX triplet: 46, 38 and 58. RGB value is (70,56,88). Sum of RGB (Red+Green+Blue) = 70+56+88=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 88 - color contains mainly: blue. Hex color #463858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463858 is #B9C7A7. Grayscale: #3F3F3F. Windows color (decimal): -12175272 or 5781574. OLE color: 5781574.
HSL color Cylindrical-coordinate representation of color #463858: hue angle of 266.25º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #463858 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 56 | 88 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.65 |
| HSL | 266.25º | 0.22% | 0.28% | - |
| HSV(B) | 266.25º | 0.36% | 0.35% | - |
| XYZ | 5.7 | 4.84 | 9.87 | - |
| YUV | 63.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 88 | 0.20 | 0.36 | 0 | 0.65 | 266.25 | 0.22 | 0.28 |
| Hex | 46 | 38 | 58 | 14 | 24 | 0 | 41 | 10A | 16 | 1C |
| Octal | 106 | 70 | 130 | 24 | 44 | 0 | 101 | 412 | 26 | 34 |
| Binary | 1000110 | 111000 | 1011000 | 10100 | 100100 | 0 | 1000001 | 100001010 | 10110 | 11100 |
Color Harmonies of #463858
Complementary color
Monochromatic Colors of #463858
Black with #463858
Text Example
Text Example
White with #463858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463858; }
p { color: rgb(70,56,88); }
H1.HeaderClassName
{
color: #463858;
}
.AnyTagClassName
{
color: #463858;
}
</style>
background-color css
<style>
a { background-color: #463858; }
a { background-color: rgb(70,56,88); }
div.DivClassName
{
background-color: #463858;
}
.BgClassName
{
background-color: #463858;
}
</style>
border-color css
<style>
span { border-color: #463858; }
span { border-color: rgb(70,56,88); }
td.TdClassName
{
border-color: #463858;
}
.TagClassName
{
border-color: #463858;
}
</style>