Shades of Meteorite #4B446E
Tints of Meteorite #4B446E
RGB
CMYK
RGB Variations
Color information
#4B446E (or 0x4B446E) is known color: Meteorite. HEX triplet: 4B, 44 and 6E. RGB value is (75,68,110). Sum of RGB (Red+Green+Blue) = 75+68+110=253 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.64% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 110 - color contains mainly: blue. Hex color #4B446E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B446E is #B4BB91. Grayscale: #4A4A4A. Windows color (decimal): -11844498 or 7226443. OLE color: 7226443.
HSL color Cylindrical-coordinate representation of color #4B446E: hue angle of 250º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B446E is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 68 | 110 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.57 |
| HSL | 250º | 0.24% | 0.35% | - |
| HSV(B) | 250º | 0.38% | 0.43% | - |
| XYZ | 7.78 | 6.76 | 15.65 | - |
| YUV | 74.88 | 147.82 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 68 | 110 | 0.32 | 0.38 | 0 | 0.57 | 250 | 0.24 | 0.35 |
| Hex | 4B | 44 | 6E | 20 | 26 | 0 | 39 | FA | 18 | 23 |
| Octal | 113 | 104 | 156 | 40 | 46 | 0 | 71 | 372 | 30 | 43 |
| Binary | 1001011 | 1000100 | 1101110 | 100000 | 100110 | 0 | 111001 | 11111010 | 11000 | 100011 |
Color Harmonies of #4B446E
Complementary color
Monochromatic Colors of #4B446E
Black with #4B446E
Text Example
Text Example
White with #4B446E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B446E; }
p { color: rgb(75,68,110); }
H1.HeaderClassName
{
color: #4B446E;
}
.AnyTagClassName
{
color: #4B446E;
}
</style>
background-color css
<style>
a { background-color: #4B446E; }
a { background-color: rgb(75,68,110); }
div.DivClassName
{
background-color: #4B446E;
}
.BgClassName
{
background-color: #4B446E;
}
</style>
border-color css
<style>
span { border-color: #4B446E; }
span { border-color: rgb(75,68,110); }
td.TdClassName
{
border-color: #4B446E;
}
.TagClassName
{
border-color: #4B446E;
}
</style>