Shades of Blue Diamond #4B2E67
Tints of Blue Diamond #4B2E67
RGB
CMYK
RGB Variations
Color information
#4B2E67 (or 0x4B2E67) is known color: Blue Diamond. HEX triplet: 4B, 2E and 67. RGB value is (75,46,103). Sum of RGB (Red+Green+Blue) = 75+46+103=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 103 - color contains mainly: blue. Hex color #4B2E67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2E67 is #B4D198. Grayscale: #3C3C3C. Windows color (decimal): -11850137 or 6762059. OLE color: 6762059.
HSL color Cylindrical-coordinate representation of color #4B2E67: hue angle of 270.53º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B2E67 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 46 | 103 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.60 |
| HSL | 270.53º | 0.38% | 0.29% | - |
| HSV(B) | 270.53º | 0.55% | 0.4% | - |
| XYZ | 6.33 | 4.43 | 13.35 | - |
| YUV | 61.17 | 151.61 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 46 | 103 | 0.27 | 0.55 | 0 | 0.60 | 270.53 | 0.38 | 0.29 |
| Hex | 4B | 2E | 67 | 1B | 37 | 0 | 3C | 10F | 26 | 1D |
| Octal | 113 | 56 | 147 | 33 | 67 | 0 | 74 | 417 | 46 | 35 |
| Binary | 1001011 | 101110 | 1100111 | 11011 | 110111 | 0 | 111100 | 100001111 | 100110 | 11101 |
Color Harmonies of #4B2E67
Complementary color
Monochromatic Colors of #4B2E67
Black with #4B2E67
Text Example
Text Example
White with #4B2E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2E67; }
p { color: rgb(75,46,103); }
H1.HeaderClassName
{
color: #4B2E67;
}
.AnyTagClassName
{
color: #4B2E67;
}
</style>
background-color css
<style>
a { background-color: #4B2E67; }
a { background-color: rgb(75,46,103); }
div.DivClassName
{
background-color: #4B2E67;
}
.BgClassName
{
background-color: #4B2E67;
}
</style>
border-color css
<style>
span { border-color: #4B2E67; }
span { border-color: rgb(75,46,103); }
td.TdClassName
{
border-color: #4B2E67;
}
.TagClassName
{
border-color: #4B2E67;
}
</style>