Shades of Jacarta #46375B
Tints of Jacarta #46375B
RGB
CMYK
RGB Variations
Color information
#46375B (or 0x46375B) is known color: Jacarta. HEX triplet: 46, 37 and 5B. RGB value is (70,55,91). Sum of RGB (Red+Green+Blue) = 70+55+91=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 91 - color contains mainly: blue. Hex color #46375B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46375B is #B9C8A4. Grayscale: #3F3F3F. Windows color (decimal): -12175525 or 5977926. OLE color: 5977926.
HSL color Cylindrical-coordinate representation of color #46375B: hue angle of 265º 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 #46375B is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 55 | 91 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.64 |
| HSL | 265º | 0.25% | 0.29% | - |
| HSV(B) | 265º | 0.4% | 0.36% | - |
| XYZ | 5.78 | 4.79 | 10.52 | - |
| YUV | 63.59 | 143.47 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 55 | 91 | 0.23 | 0.40 | 0 | 0.64 | 265 | 0.25 | 0.29 |
| Hex | 46 | 37 | 5B | 17 | 28 | 0 | 40 | 109 | 19 | 1D |
| Octal | 106 | 67 | 133 | 27 | 50 | 0 | 100 | 411 | 31 | 35 |
| Binary | 1000110 | 110111 | 1011011 | 10111 | 101000 | 0 | 1000000 | 100001001 | 11001 | 11101 |
Color Harmonies of #46375B
Complementary color
Monochromatic Colors of #46375B
Black with #46375B
Text Example
Text Example
White with #46375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46375B; }
p { color: rgb(70,55,91); }
H1.HeaderClassName
{
color: #46375B;
}
.AnyTagClassName
{
color: #46375B;
}
</style>
background-color css
<style>
a { background-color: #46375B; }
a { background-color: rgb(70,55,91); }
div.DivClassName
{
background-color: #46375B;
}
.BgClassName
{
background-color: #46375B;
}
</style>
border-color css
<style>
span { border-color: #46375B; }
span { border-color: rgb(70,55,91); }
td.TdClassName
{
border-color: #46375B;
}
.TagClassName
{
border-color: #46375B;
}
</style>