Shades of Blue Diamond #4F306E
Tints of Blue Diamond #4F306E
RGB
CMYK
RGB Variations
Color information
#4F306E (or 0x4F306E) is known color: Blue Diamond. HEX triplet: 4F, 30 and 6E. RGB value is (79,48,110). Sum of RGB (Red+Green+Blue) = 79+48+110=237 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.33% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F306E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F306E is #B0CF91. Grayscale: #404040. Windows color (decimal): -11587474 or 7221327. OLE color: 7221327.
HSL color Cylindrical-coordinate representation of color #4F306E: hue angle of 270º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F306E is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 48 | 110 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.57 |
| HSL | 270º | 0.39% | 0.31% | - |
| HSV(B) | 270º | 0.56% | 0.43% | - |
| XYZ | 7.1 | 4.9 | 15.32 | - |
| YUV | 64.34 | 153.77 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 48 | 110 | 0.28 | 0.56 | 0 | 0.57 | 270 | 0.39 | 0.31 |
| Hex | 4F | 30 | 6E | 1C | 38 | 0 | 39 | 10E | 27 | 1F |
| Octal | 117 | 60 | 156 | 34 | 70 | 0 | 71 | 416 | 47 | 37 |
| Binary | 1001111 | 110000 | 1101110 | 11100 | 111000 | 0 | 111001 | 100001110 | 100111 | 11111 |
Color Harmonies of #4F306E
Complementary color
Monochromatic Colors of #4F306E
Black with #4F306E
Text Example
Text Example
White with #4F306E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F306E; }
p { color: rgb(79,48,110); }
H1.HeaderClassName
{
color: #4F306E;
}
.AnyTagClassName
{
color: #4F306E;
}
</style>
background-color css
<style>
a { background-color: #4F306E; }
a { background-color: rgb(79,48,110); }
div.DivClassName
{
background-color: #4F306E;
}
.BgClassName
{
background-color: #4F306E;
}
</style>
border-color css
<style>
span { border-color: #4F306E; }
span { border-color: rgb(79,48,110); }
td.TdClassName
{
border-color: #4F306E;
}
.TagClassName
{
border-color: #4F306E;
}
</style>