Shades of Meteorite #4B3869
Tints of Meteorite #4B3869
RGB
CMYK
RGB Variations
Color information
#4B3869 (or 0x4B3869) is known color: Meteorite. HEX triplet: 4B, 38 and 69. RGB value is (75,56,105). Sum of RGB (Red+Green+Blue) = 75+56+105=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 105 - color contains mainly: blue. Hex color #4B3869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3869 is #B4C796. Grayscale: #434343. Windows color (decimal): -11847575 or 6895691. OLE color: 6895691.
HSL color Cylindrical-coordinate representation of color #4B3869: hue angle of 263.27º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B3869 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 56 | 105 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.59 |
| HSL | 263.27º | 0.3% | 0.32% | - |
| HSV(B) | 263.27º | 0.47% | 0.41% | - |
| XYZ | 6.87 | 5.34 | 14.03 | - |
| YUV | 67.27 | 149.29 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 56 | 105 | 0.29 | 0.47 | 0 | 0.59 | 263.27 | 0.3 | 0.32 |
| Hex | 4B | 38 | 69 | 1D | 2F | 0 | 3B | 107 | 1E | 20 |
| Octal | 113 | 70 | 151 | 35 | 57 | 0 | 73 | 407 | 36 | 40 |
| Binary | 1001011 | 111000 | 1101001 | 11101 | 101111 | 0 | 111011 | 100000111 | 11110 | 100000 |
Color Harmonies of #4B3869
Complementary color
Monochromatic Colors of #4B3869
Black with #4B3869
Text Example
Text Example
White with #4B3869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3869; }
p { color: rgb(75,56,105); }
H1.HeaderClassName
{
color: #4B3869;
}
.AnyTagClassName
{
color: #4B3869;
}
</style>
background-color css
<style>
a { background-color: #4B3869; }
a { background-color: rgb(75,56,105); }
div.DivClassName
{
background-color: #4B3869;
}
.BgClassName
{
background-color: #4B3869;
}
</style>
border-color css
<style>
span { border-color: #4B3869; }
span { border-color: rgb(75,56,105); }
td.TdClassName
{
border-color: #4B3869;
}
.TagClassName
{
border-color: #4B3869;
}
</style>