Shades of Jacarta #46375C
Tints of Jacarta #46375C
RGB
CMYK
RGB Variations
Color information
#46375C (or 0x46375C) is known color: Jacarta. HEX triplet: 46, 37 and 5C. RGB value is (70,55,92). Sum of RGB (Red+Green+Blue) = 70+55+92=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 92 - color contains mainly: blue. Hex color #46375C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46375C is #B9C8A3. Grayscale: #3F3F3F. Windows color (decimal): -12175524 or 6043462. OLE color: 6043462.
HSL color Cylindrical-coordinate representation of color #46375C: hue angle of 264.32º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46375C is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 55 | 92 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.64 |
| HSL | 264.32º | 0.25% | 0.29% | - |
| HSV(B) | 264.32º | 0.4% | 0.36% | - |
| XYZ | 5.82 | 4.81 | 10.75 | - |
| YUV | 63.7 | 143.97 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 55 | 92 | 0.24 | 0.40 | 0 | 0.64 | 264.32 | 0.25 | 0.29 |
| Hex | 46 | 37 | 5C | 18 | 28 | 0 | 40 | 108 | 19 | 1D |
| Octal | 106 | 67 | 134 | 30 | 50 | 0 | 100 | 410 | 31 | 35 |
| Binary | 1000110 | 110111 | 1011100 | 11000 | 101000 | 0 | 1000000 | 100001000 | 11001 | 11101 |
Color Harmonies of #46375C
Complementary color
Monochromatic Colors of #46375C
Black with #46375C
Text Example
Text Example
White with #46375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46375C; }
p { color: rgb(70,55,92); }
H1.HeaderClassName
{
color: #46375C;
}
.AnyTagClassName
{
color: #46375C;
}
</style>
background-color css
<style>
a { background-color: #46375C; }
a { background-color: rgb(70,55,92); }
div.DivClassName
{
background-color: #46375C;
}
.BgClassName
{
background-color: #46375C;
}
</style>
border-color css
<style>
span { border-color: #46375C; }
span { border-color: rgb(70,55,92); }
td.TdClassName
{
border-color: #46375C;
}
.TagClassName
{
border-color: #46375C;
}
</style>