Shades of Meteorite #4B3D6C
Tints of Meteorite #4B3D6C
RGB
CMYK
RGB Variations
Color information
#4B3D6C (or 0x4B3D6C) is known color: Meteorite. HEX triplet: 4B, 3D and 6C. RGB value is (75,61,108). Sum of RGB (Red+Green+Blue) = 75+61+108=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #4B3D6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3D6C is #B4C293. Grayscale: #464646. Windows color (decimal): -11846292 or 7093579. OLE color: 7093579.
HSL color Cylindrical-coordinate representation of color #4B3D6C: hue angle of 257.87º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B3D6C is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 61 | 108 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.58 |
| HSL | 257.87º | 0.28% | 0.33% | - |
| HSV(B) | 257.87º | 0.44% | 0.42% | - |
| XYZ | 7.28 | 5.92 | 14.95 | - |
| YUV | 70.54 | 149.14 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 61 | 108 | 0.31 | 0.44 | 0 | 0.58 | 257.87 | 0.28 | 0.33 |
| Hex | 4B | 3D | 6C | 1F | 2C | 0 | 3A | 102 | 1C | 21 |
| Octal | 113 | 75 | 154 | 37 | 54 | 0 | 72 | 402 | 34 | 41 |
| Binary | 1001011 | 111101 | 1101100 | 11111 | 101100 | 0 | 111010 | 100000010 | 11100 | 100001 |
Color Harmonies of #4B3D6C
Complementary color
Monochromatic Colors of #4B3D6C
Black with #4B3D6C
Text Example
Text Example
White with #4B3D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3D6C; }
p { color: rgb(75,61,108); }
H1.HeaderClassName
{
color: #4B3D6C;
}
.AnyTagClassName
{
color: #4B3D6C;
}
</style>
background-color css
<style>
a { background-color: #4B3D6C; }
a { background-color: rgb(75,61,108); }
div.DivClassName
{
background-color: #4B3D6C;
}
.BgClassName
{
background-color: #4B3D6C;
}
</style>
border-color css
<style>
span { border-color: #4B3D6C; }
span { border-color: rgb(75,61,108); }
td.TdClassName
{
border-color: #4B3D6C;
}
.TagClassName
{
border-color: #4B3D6C;
}
</style>