Shades of Blue Diamond #4F3168
Tints of Blue Diamond #4F3168
RGB
CMYK
RGB Variations
Color information
#4F3168 (or 0x4F3168) is known color: Blue Diamond. HEX triplet: 4F, 31 and 68. RGB value is (79,49,104). Sum of RGB (Red+Green+Blue) = 79+49+104=232 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.05% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #4F3168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3168 is #B0CE97. Grayscale: #404040. Windows color (decimal): -11587224 or 6828367. OLE color: 6828367.
HSL color Cylindrical-coordinate representation of color #4F3168: hue angle of 272.73º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F3168 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 49 | 104 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.59 |
| HSL | 272.73º | 0.36% | 0.3% | - |
| HSV(B) | 272.73º | 0.53% | 0.41% | - |
| XYZ | 6.82 | 4.86 | 13.67 | - |
| YUV | 64.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 49 | 104 | 0.24 | 0.53 | 0 | 0.59 | 272.73 | 0.36 | 0.3 |
| Hex | 4F | 31 | 68 | 18 | 35 | 0 | 3B | 111 | 24 | 1E |
| Octal | 117 | 61 | 150 | 30 | 65 | 0 | 73 | 421 | 44 | 36 |
| Binary | 1001111 | 110001 | 1101000 | 11000 | 110101 | 0 | 111011 | 100010001 | 100100 | 11110 |
Color Harmonies of #4F3168
Complementary color
Monochromatic Colors of #4F3168
Black with #4F3168
Text Example
Text Example
White with #4F3168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3168; }
p { color: rgb(79,49,104); }
H1.HeaderClassName
{
color: #4F3168;
}
.AnyTagClassName
{
color: #4F3168;
}
</style>
background-color css
<style>
a { background-color: #4F3168; }
a { background-color: rgb(79,49,104); }
div.DivClassName
{
background-color: #4F3168;
}
.BgClassName
{
background-color: #4F3168;
}
</style>
border-color css
<style>
span { border-color: #4F3168; }
span { border-color: rgb(79,49,104); }
td.TdClassName
{
border-color: #4F3168;
}
.TagClassName
{
border-color: #4F3168;
}
</style>