Shades of Jacarta #46385A
Tints of Jacarta #46385A
RGB
CMYK
RGB Variations
Color information
#46385A (or 0x46385A) is known color: Jacarta. HEX triplet: 46, 38 and 5A. RGB value is (70,56,90). Sum of RGB (Red+Green+Blue) = 70+56+90=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 90 - color contains mainly: blue. Hex color #46385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46385A is #B9C7A5. Grayscale: #3F3F3F. Windows color (decimal): -12175270 or 5912646. OLE color: 5912646.
HSL color Cylindrical-coordinate representation of color #46385A: hue angle of 264.71º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #46385A is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 56 | 90 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.65 |
| HSL | 264.71º | 0.23% | 0.29% | - |
| HSV(B) | 264.71º | 0.38% | 0.35% | - |
| XYZ | 5.79 | 4.87 | 10.31 | - |
| YUV | 64.06 | 142.64 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 90 | 0.22 | 0.38 | 0 | 0.65 | 264.71 | 0.23 | 0.29 |
| Hex | 46 | 38 | 5A | 16 | 26 | 0 | 41 | 109 | 17 | 1D |
| Octal | 106 | 70 | 132 | 26 | 46 | 0 | 101 | 411 | 27 | 35 |
| Binary | 1000110 | 111000 | 1011010 | 10110 | 100110 | 0 | 1000001 | 100001001 | 10111 | 11101 |
Color Harmonies of #46385A
Complementary color
Monochromatic Colors of #46385A
Black with #46385A
Text Example
Text Example
White with #46385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46385A; }
p { color: rgb(70,56,90); }
H1.HeaderClassName
{
color: #46385A;
}
.AnyTagClassName
{
color: #46385A;
}
</style>
background-color css
<style>
a { background-color: #46385A; }
a { background-color: rgb(70,56,90); }
div.DivClassName
{
background-color: #46385A;
}
.BgClassName
{
background-color: #46385A;
}
</style>
border-color css
<style>
span { border-color: #46385A; }
span { border-color: rgb(70,56,90); }
td.TdClassName
{
border-color: #46385A;
}
.TagClassName
{
border-color: #46385A;
}
</style>