Shades of Blue Diamond #4B3462
Tints of Blue Diamond #4B3462
RGB
CMYK
RGB Variations
Color information
#4B3462 (or 0x4B3462) is known color: Blue Diamond. HEX triplet: 4B, 34 and 62. RGB value is (75,52,98). Sum of RGB (Red+Green+Blue) = 75+52+98=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #4B3462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3462 is #B4CB9D. Grayscale: #3F3F3F. Windows color (decimal): -11848606 or 6435915. OLE color: 6435915.
HSL color Cylindrical-coordinate representation of color #4B3462: hue angle of 270º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B3462 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 52 | 98 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.62 |
| HSL | 270º | 0.31% | 0.29% | - |
| HSV(B) | 270º | 0.47% | 0.38% | - |
| XYZ | 6.33 | 4.83 | 12.15 | - |
| YUV | 64.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 52 | 98 | 0.23 | 0.47 | 0 | 0.62 | 270 | 0.31 | 0.29 |
| Hex | 4B | 34 | 62 | 17 | 2F | 0 | 3E | 10E | 1F | 1D |
| Octal | 113 | 64 | 142 | 27 | 57 | 0 | 76 | 416 | 37 | 35 |
| Binary | 1001011 | 110100 | 1100010 | 10111 | 101111 | 0 | 111110 | 100001110 | 11111 | 11101 |
Color Harmonies of #4B3462
Complementary color
Monochromatic Colors of #4B3462
Black with #4B3462
Text Example
Text Example
White with #4B3462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3462; }
p { color: rgb(75,52,98); }
H1.HeaderClassName
{
color: #4B3462;
}
.AnyTagClassName
{
color: #4B3462;
}
</style>
background-color css
<style>
a { background-color: #4B3462; }
a { background-color: rgb(75,52,98); }
div.DivClassName
{
background-color: #4B3462;
}
.BgClassName
{
background-color: #4B3462;
}
</style>
border-color css
<style>
span { border-color: #4B3462; }
span { border-color: rgb(75,52,98); }
td.TdClassName
{
border-color: #4B3462;
}
.TagClassName
{
border-color: #4B3462;
}
</style>