Shades of Meteorite #4B3B6D
Tints of Meteorite #4B3B6D
RGB
CMYK
RGB Variations
Color information
#4B3B6D (or 0x4B3B6D) is known color: Meteorite. HEX triplet: 4B, 3B and 6D. RGB value is (75,59,109). Sum of RGB (Red+Green+Blue) = 75+59+109=243 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.86% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B3B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3B6D is #B4C492. Grayscale: #454545. Windows color (decimal): -11846803 or 7158603. OLE color: 7158603.
HSL color Cylindrical-coordinate representation of color #4B3B6D: hue angle of 259.2º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B3B6D is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 59 | 109 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.57 |
| HSL | 259.2º | 0.3% | 0.33% | - |
| HSV(B) | 259.2º | 0.46% | 0.43% | - |
| XYZ | 7.23 | 5.73 | 15.19 | - |
| YUV | 69.48 | 150.3 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 59 | 109 | 0.31 | 0.46 | 0 | 0.57 | 259.2 | 0.3 | 0.33 |
| Hex | 4B | 3B | 6D | 1F | 2E | 0 | 39 | 103 | 1E | 21 |
| Octal | 113 | 73 | 155 | 37 | 56 | 0 | 71 | 403 | 36 | 41 |
| Binary | 1001011 | 111011 | 1101101 | 11111 | 101110 | 0 | 111001 | 100000011 | 11110 | 100001 |
Color Harmonies of #4B3B6D
Complementary color
Monochromatic Colors of #4B3B6D
Black with #4B3B6D
Text Example
Text Example
White with #4B3B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3B6D; }
p { color: rgb(75,59,109); }
H1.HeaderClassName
{
color: #4B3B6D;
}
.AnyTagClassName
{
color: #4B3B6D;
}
</style>
background-color css
<style>
a { background-color: #4B3B6D; }
a { background-color: rgb(75,59,109); }
div.DivClassName
{
background-color: #4B3B6D;
}
.BgClassName
{
background-color: #4B3B6D;
}
</style>
border-color css
<style>
span { border-color: #4B3B6D; }
span { border-color: rgb(75,59,109); }
td.TdClassName
{
border-color: #4B3B6D;
}
.TagClassName
{
border-color: #4B3B6D;
}
</style>