Shades of Blue Diamond #4B306F
Tints of Blue Diamond #4B306F
RGB
CMYK
RGB Variations
Color information
#4B306F (or 0x4B306F) is known color: Blue Diamond. HEX triplet: 4B, 30 and 6F. RGB value is (75,48,111). Sum of RGB (Red+Green+Blue) = 75+48+111=234 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.05% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 111 - color contains mainly: blue. Hex color #4B306F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B306F is #B4CF90. Grayscale: #3F3F3F. Windows color (decimal): -11849617 or 7286859. OLE color: 7286859.
HSL color Cylindrical-coordinate representation of color #4B306F: hue angle of 265.71º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B306F is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 48 | 111 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.56 |
| HSL | 265.71º | 0.4% | 0.31% | - |
| HSV(B) | 265.71º | 0.57% | 0.44% | - |
| XYZ | 6.83 | 4.76 | 15.6 | - |
| YUV | 63.26 | 154.95 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 48 | 111 | 0.32 | 0.57 | 0 | 0.56 | 265.71 | 0.4 | 0.31 |
| Hex | 4B | 30 | 6F | 20 | 39 | 0 | 38 | 10A | 28 | 1F |
| Octal | 113 | 60 | 157 | 40 | 71 | 0 | 70 | 412 | 50 | 37 |
| Binary | 1001011 | 110000 | 1101111 | 100000 | 111001 | 0 | 111000 | 100001010 | 101000 | 11111 |
Color Harmonies of #4B306F
Complementary color
Monochromatic Colors of #4B306F
Black with #4B306F
Text Example
Text Example
White with #4B306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B306F; }
p { color: rgb(75,48,111); }
H1.HeaderClassName
{
color: #4B306F;
}
.AnyTagClassName
{
color: #4B306F;
}
</style>
background-color css
<style>
a { background-color: #4B306F; }
a { background-color: rgb(75,48,111); }
div.DivClassName
{
background-color: #4B306F;
}
.BgClassName
{
background-color: #4B306F;
}
</style>
border-color css
<style>
span { border-color: #4B306F; }
span { border-color: rgb(75,48,111); }
td.TdClassName
{
border-color: #4B306F;
}
.TagClassName
{
border-color: #4B306F;
}
</style>