Shades of Blue Diamond #4F3068
Tints of Blue Diamond #4F3068
RGB
CMYK
RGB Variations
Color information
#4F3068 (or 0x4F3068) is known color: Blue Diamond. HEX triplet: 4F, 30 and 68. RGB value is (79,48,104). Sum of RGB (Red+Green+Blue) = 79+48+104=231 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.20% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 104 - color contains mainly: blue. Hex color #4F3068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3068 is #B0CF97. Grayscale: #3F3F3F. Windows color (decimal): -11587480 or 6828111. OLE color: 6828111.
HSL color Cylindrical-coordinate representation of color #4F3068: hue angle of 273.21º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F3068 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 48 | 104 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.59 |
| HSL | 273.21º | 0.37% | 0.3% | - |
| HSV(B) | 273.21º | 0.54% | 0.41% | - |
| XYZ | 6.78 | 4.78 | 13.66 | - |
| YUV | 63.65 | 150.77 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 48 | 104 | 0.24 | 0.54 | 0 | 0.59 | 273.21 | 0.37 | 0.3 |
| Hex | 4F | 30 | 68 | 18 | 36 | 0 | 3B | 111 | 25 | 1E |
| Octal | 117 | 60 | 150 | 30 | 66 | 0 | 73 | 421 | 45 | 36 |
| Binary | 1001111 | 110000 | 1101000 | 11000 | 110110 | 0 | 111011 | 100010001 | 100101 | 11110 |
Color Harmonies of #4F3068
Complementary color
Monochromatic Colors of #4F3068
Black with #4F3068
Text Example
Text Example
White with #4F3068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3068; }
p { color: rgb(79,48,104); }
H1.HeaderClassName
{
color: #4F3068;
}
.AnyTagClassName
{
color: #4F3068;
}
</style>
background-color css
<style>
a { background-color: #4F3068; }
a { background-color: rgb(79,48,104); }
div.DivClassName
{
background-color: #4F3068;
}
.BgClassName
{
background-color: #4F3068;
}
</style>
border-color css
<style>
span { border-color: #4F3068; }
span { border-color: rgb(79,48,104); }
td.TdClassName
{
border-color: #4F3068;
}
.TagClassName
{
border-color: #4F3068;
}
</style>