Shades of Meteorite #4B4272
Tints of Meteorite #4B4272
RGB
CMYK
RGB Variations
Color information
#4B4272 (or 0x4B4272) is known color: Meteorite. HEX triplet: 4B, 42 and 72. RGB value is (75,66,114). Sum of RGB (Red+Green+Blue) = 75+66+114=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B4272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4272 is #B4BD8D. Grayscale: #494949. Windows color (decimal): -11845006 or 7488075. OLE color: 7488075.
HSL color Cylindrical-coordinate representation of color #4B4272: hue angle of 251.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B4272 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 66 | 114 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.55 |
| HSL | 251.25º | 0.27% | 0.35% | - |
| HSV(B) | 251.25º | 0.42% | 0.45% | - |
| XYZ | 7.89 | 6.61 | 16.78 | - |
| YUV | 74.16 | 150.48 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 114 | 0.34 | 0.42 | 0 | 0.55 | 251.25 | 0.27 | 0.35 |
| Hex | 4B | 42 | 72 | 22 | 2A | 0 | 37 | FB | 1B | 23 |
| Octal | 113 | 102 | 162 | 42 | 52 | 0 | 67 | 373 | 33 | 43 |
| Binary | 1001011 | 1000010 | 1110010 | 100010 | 101010 | 0 | 110111 | 11111011 | 11011 | 100011 |
Color Harmonies of #4B4272
Complementary color
Monochromatic Colors of #4B4272
Black with #4B4272
Text Example
Text Example
White with #4B4272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4272; }
p { color: rgb(75,66,114); }
H1.HeaderClassName
{
color: #4B4272;
}
.AnyTagClassName
{
color: #4B4272;
}
</style>
background-color css
<style>
a { background-color: #4B4272; }
a { background-color: rgb(75,66,114); }
div.DivClassName
{
background-color: #4B4272;
}
.BgClassName
{
background-color: #4B4272;
}
</style>
border-color css
<style>
span { border-color: #4B4272; }
span { border-color: rgb(75,66,114); }
td.TdClassName
{
border-color: #4B4272;
}
.TagClassName
{
border-color: #4B4272;
}
</style>