Shades of Blue Diamond #4B2367
Tints of Blue Diamond #4B2367
RGB
CMYK
RGB Variations
Color information
#4B2367 (or 0x4B2367) is known color: Blue Diamond. HEX triplet: 4B, 23 and 67. RGB value is (75,35,103). Sum of RGB (Red+Green+Blue) = 75+35+103=213 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.21% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 103 - color contains mainly: blue. Hex color #4B2367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2367 is #B4DC98. Grayscale: #363636. Windows color (decimal): -11852953 or 6759243. OLE color: 6759243.
HSL color Cylindrical-coordinate representation of color #4B2367: hue angle of 275.29º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B2367 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 35 | 103 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.60 |
| HSL | 275.29º | 0.49% | 0.27% | - |
| HSV(B) | 275.29º | 0.66% | 0.4% | - |
| XYZ | 5.95 | 3.68 | 13.23 | - |
| YUV | 54.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 35 | 103 | 0.27 | 0.66 | 0 | 0.60 | 275.29 | 0.49 | 0.27 |
| Hex | 4B | 23 | 67 | 1B | 42 | 0 | 3C | 113 | 31 | 1B |
| Octal | 113 | 43 | 147 | 33 | 102 | 0 | 74 | 423 | 61 | 33 |
| Binary | 1001011 | 100011 | 1100111 | 11011 | 1000010 | 0 | 111100 | 100010011 | 110001 | 11011 |
Color Harmonies of #4B2367
Complementary color
Monochromatic Colors of #4B2367
Black with #4B2367
Text Example
Text Example
White with #4B2367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2367; }
p { color: rgb(75,35,103); }
H1.HeaderClassName
{
color: #4B2367;
}
.AnyTagClassName
{
color: #4B2367;
}
</style>
background-color css
<style>
a { background-color: #4B2367; }
a { background-color: rgb(75,35,103); }
div.DivClassName
{
background-color: #4B2367;
}
.BgClassName
{
background-color: #4B2367;
}
</style>
border-color css
<style>
span { border-color: #4B2367; }
span { border-color: rgb(75,35,103); }
td.TdClassName
{
border-color: #4B2367;
}
.TagClassName
{
border-color: #4B2367;
}
</style>