Shades of Meteorite #4B436B
Tints of Meteorite #4B436B
RGB
CMYK
RGB Variations
Color information
#4B436B (or 0x4B436B) is known color: Meteorite. HEX triplet: 4B, 43 and 6B. RGB value is (75,67,107). Sum of RGB (Red+Green+Blue) = 75+67+107=249 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.12% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 107 - color contains mainly: blue. Hex color #4B436B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B436B is #B4BC94. Grayscale: #494949. Windows color (decimal): -11844757 or 7029579. OLE color: 7029579.
HSL color Cylindrical-coordinate representation of color #4B436B: hue angle of 252º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B436B is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 67 | 107 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.58 |
| HSL | 252º | 0.23% | 0.34% | - |
| HSV(B) | 252º | 0.37% | 0.42% | - |
| XYZ | 7.56 | 6.57 | 14.78 | - |
| YUV | 73.95 | 146.65 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 67 | 107 | 0.30 | 0.37 | 0 | 0.58 | 252 | 0.23 | 0.34 |
| Hex | 4B | 43 | 6B | 1E | 25 | 0 | 3A | FC | 17 | 22 |
| Octal | 113 | 103 | 153 | 36 | 45 | 0 | 72 | 374 | 27 | 42 |
| Binary | 1001011 | 1000011 | 1101011 | 11110 | 100101 | 0 | 111010 | 11111100 | 10111 | 100010 |
Color Harmonies of #4B436B
Complementary color
Monochromatic Colors of #4B436B
Black with #4B436B
Text Example
Text Example
White with #4B436B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B436B; }
p { color: rgb(75,67,107); }
H1.HeaderClassName
{
color: #4B436B;
}
.AnyTagClassName
{
color: #4B436B;
}
</style>
background-color css
<style>
a { background-color: #4B436B; }
a { background-color: rgb(75,67,107); }
div.DivClassName
{
background-color: #4B436B;
}
.BgClassName
{
background-color: #4B436B;
}
</style>
border-color css
<style>
span { border-color: #4B436B; }
span { border-color: rgb(75,67,107); }
td.TdClassName
{
border-color: #4B436B;
}
.TagClassName
{
border-color: #4B436B;
}
</style>