Shades of Blue Diamond #4B2F6E
Tints of Blue Diamond #4B2F6E
RGB
CMYK
RGB Variations
Color information
#4B2F6E (or 0x4B2F6E) is known color: Blue Diamond. HEX triplet: 4B, 2F and 6E. RGB value is (75,47,110). Sum of RGB (Red+Green+Blue) = 75+47+110=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #4B2F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2F6E is #B4D091. Grayscale: #3E3E3E. Windows color (decimal): -11849874 or 7221067. OLE color: 7221067.
HSL color Cylindrical-coordinate representation of color #4B2F6E: hue angle of 266.67º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B2F6E is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 47 | 110 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.57 |
| HSL | 266.67º | 0.4% | 0.31% | - |
| HSV(B) | 266.67º | 0.57% | 0.43% | - |
| XYZ | 6.73 | 4.65 | 15.3 | - |
| YUV | 62.55 | 154.78 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 47 | 110 | 0.32 | 0.57 | 0 | 0.57 | 266.67 | 0.4 | 0.31 |
| Hex | 4B | 2F | 6E | 20 | 39 | 0 | 39 | 10B | 28 | 1F |
| Octal | 113 | 57 | 156 | 40 | 71 | 0 | 71 | 413 | 50 | 37 |
| Binary | 1001011 | 101111 | 1101110 | 100000 | 111001 | 0 | 111001 | 100001011 | 101000 | 11111 |
Color Harmonies of #4B2F6E
Complementary color
Monochromatic Colors of #4B2F6E
Black with #4B2F6E
Text Example
Text Example
White with #4B2F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2F6E; }
p { color: rgb(75,47,110); }
H1.HeaderClassName
{
color: #4B2F6E;
}
.AnyTagClassName
{
color: #4B2F6E;
}
</style>
background-color css
<style>
a { background-color: #4B2F6E; }
a { background-color: rgb(75,47,110); }
div.DivClassName
{
background-color: #4B2F6E;
}
.BgClassName
{
background-color: #4B2F6E;
}
</style>
border-color css
<style>
span { border-color: #4B2F6E; }
span { border-color: rgb(75,47,110); }
td.TdClassName
{
border-color: #4B2F6E;
}
.TagClassName
{
border-color: #4B2F6E;
}
</style>