Shades of Jagger #423A4B
Tints of Jagger #423A4B
RGB
CMYK
RGB Variations
Color information
#423A4B (or 0x423A4B) is known color: Jagger. HEX triplet: 42, 3A and 4B. RGB value is (66,58,75). Sum of RGB (Red+Green+Blue) = 66+58+75=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 75 - color contains mainly: blue. Hex color #423A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A4B is #BDC5B4. Grayscale: #3E3E3E. Windows color (decimal): -12436917 or 4930114. OLE color: 4930114.
HSL color Cylindrical-coordinate representation of color #423A4B: hue angle of 268.24º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #423A4B is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 58 | 75 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.71 |
| HSL | 268.24º | 0.13% | 0.26% | - |
| HSV(B) | 268.24º | 0.23% | 0.29% | - |
| XYZ | 5.03 | 4.69 | 7.3 | - |
| YUV | 62.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 75 | 0.12 | 0.23 | 0 | 0.71 | 268.24 | 0.13 | 0.26 |
| Hex | 42 | 3A | 4B | C | 17 | 0 | 47 | 10C | D | 1A |
| Octal | 102 | 72 | 113 | 14 | 27 | 0 | 107 | 414 | 15 | 32 |
| Binary | 1000010 | 111010 | 1001011 | 1100 | 10111 | 0 | 1000111 | 100001100 | 1101 | 11010 |
Color Harmonies of #423A4B
Complementary color
Monochromatic Colors of #423A4B
Black with #423A4B
Text Example
Text Example
White with #423A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423A4B; }
p { color: rgb(66,58,75); }
H1.HeaderClassName
{
color: #423A4B;
}
.AnyTagClassName
{
color: #423A4B;
}
</style>
background-color css
<style>
a { background-color: #423A4B; }
a { background-color: rgb(66,58,75); }
div.DivClassName
{
background-color: #423A4B;
}
.BgClassName
{
background-color: #423A4B;
}
</style>
border-color css
<style>
span { border-color: #423A4B; }
span { border-color: rgb(66,58,75); }
td.TdClassName
{
border-color: #423A4B;
}
.TagClassName
{
border-color: #423A4B;
}
</style>