Shades of Blue Diamond #4B3367
Tints of Blue Diamond #4B3367
RGB
CMYK
RGB Variations
Color information
#4B3367 (or 0x4B3367) is known color: Blue Diamond. HEX triplet: 4B, 33 and 67. RGB value is (75,51,103). Sum of RGB (Red+Green+Blue) = 75+51+103=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 103 (40.62% from 255 or 44.98% from 229); Max value from RGB is 103 - color contains mainly: blue. Hex color #4B3367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3367 is #B4CC98. Grayscale: #3F3F3F. Windows color (decimal): -11848857 or 6763339. OLE color: 6763339.
HSL color Cylindrical-coordinate representation of color #4B3367: hue angle of 267.69º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B3367 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 51 | 103 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.60 |
| HSL | 267.69º | 0.34% | 0.3% | - |
| HSV(B) | 267.69º | 0.5% | 0.4% | - |
| XYZ | 6.53 | 4.84 | 13.42 | - |
| YUV | 64.1 | 149.95 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 51 | 103 | 0.27 | 0.50 | 0 | 0.60 | 267.69 | 0.34 | 0.3 |
| Hex | 4B | 33 | 67 | 1B | 32 | 0 | 3C | 10C | 22 | 1E |
| Octal | 113 | 63 | 147 | 33 | 62 | 0 | 74 | 414 | 42 | 36 |
| Binary | 1001011 | 110011 | 1100111 | 11011 | 110010 | 0 | 111100 | 100001100 | 100010 | 11110 |
Color Harmonies of #4B3367
Complementary color
Monochromatic Colors of #4B3367
Black with #4B3367
Text Example
Text Example
White with #4B3367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3367; }
p { color: rgb(75,51,103); }
H1.HeaderClassName
{
color: #4B3367;
}
.AnyTagClassName
{
color: #4B3367;
}
</style>
background-color css
<style>
a { background-color: #4B3367; }
a { background-color: rgb(75,51,103); }
div.DivClassName
{
background-color: #4B3367;
}
.BgClassName
{
background-color: #4B3367;
}
</style>
border-color css
<style>
span { border-color: #4B3367; }
span { border-color: rgb(75,51,103); }
td.TdClassName
{
border-color: #4B3367;
}
.TagClassName
{
border-color: #4B3367;
}
</style>