Shades of Blue Diamond #4B2268
Tints of Blue Diamond #4B2268
RGB
CMYK
RGB Variations
Color information
#4B2268 (or 0x4B2268) is known color: Blue Diamond. HEX triplet: 4B, 22 and 68. RGB value is (75,34,104). Sum of RGB (Red+Green+Blue) = 75+34+104=213 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.21% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #4B2268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2268 is #B4DD97. Grayscale: #363636. Windows color (decimal): -11853208 or 6824523. OLE color: 6824523.
HSL color Cylindrical-coordinate representation of color #4B2268: hue angle of 275.14º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B2268 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 34 | 104 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.59 |
| HSL | 275.14º | 0.51% | 0.27% | - |
| HSV(B) | 275.14º | 0.67% | 0.41% | - |
| XYZ | 5.97 | 3.64 | 13.48 | - |
| YUV | 54.24 | 156.08 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 34 | 104 | 0.28 | 0.67 | 0 | 0.59 | 275.14 | 0.51 | 0.27 |
| Hex | 4B | 22 | 68 | 1C | 43 | 0 | 3B | 113 | 33 | 1B |
| Octal | 113 | 42 | 150 | 34 | 103 | 0 | 73 | 423 | 63 | 33 |
| Binary | 1001011 | 100010 | 1101000 | 11100 | 1000011 | 0 | 111011 | 100010011 | 110011 | 11011 |
Color Harmonies of #4B2268
Complementary color
Monochromatic Colors of #4B2268
Black with #4B2268
Text Example
Text Example
White with #4B2268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2268; }
p { color: rgb(75,34,104); }
H1.HeaderClassName
{
color: #4B2268;
}
.AnyTagClassName
{
color: #4B2268;
}
</style>
background-color css
<style>
a { background-color: #4B2268; }
a { background-color: rgb(75,34,104); }
div.DivClassName
{
background-color: #4B2268;
}
.BgClassName
{
background-color: #4B2268;
}
</style>
border-color css
<style>
span { border-color: #4B2268; }
span { border-color: rgb(75,34,104); }
td.TdClassName
{
border-color: #4B2268;
}
.TagClassName
{
border-color: #4B2268;
}
</style>