Shades of Blue Diamond #4F356F
Tints of Blue Diamond #4F356F
RGB
CMYK
RGB Variations
Color information
#4F356F (or 0x4F356F) is known color: Blue Diamond. HEX triplet: 4F, 35 and 6F. RGB value is (79,53,111). Sum of RGB (Red+Green+Blue) = 79+53+111=243 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.51% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #4F356F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F356F is #B0CA90. Grayscale: #434343. Windows color (decimal): -11586193 or 7288143. OLE color: 7288143.
HSL color Cylindrical-coordinate representation of color #4F356F: hue angle of 266.9º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F356F is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 53 | 111 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.56 |
| HSL | 266.9º | 0.35% | 0.32% | - |
| HSV(B) | 266.9º | 0.52% | 0.44% | - |
| XYZ | 7.37 | 5.36 | 15.68 | - |
| YUV | 67.39 | 152.61 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 53 | 111 | 0.29 | 0.52 | 0 | 0.56 | 266.9 | 0.35 | 0.32 |
| Hex | 4F | 35 | 6F | 1D | 34 | 0 | 38 | 10B | 23 | 20 |
| Octal | 117 | 65 | 157 | 35 | 64 | 0 | 70 | 413 | 43 | 40 |
| Binary | 1001111 | 110101 | 1101111 | 11101 | 110100 | 0 | 111000 | 100001011 | 100011 | 100000 |
Color Harmonies of #4F356F
Complementary color
Monochromatic Colors of #4F356F
Black with #4F356F
Text Example
Text Example
White with #4F356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F356F; }
p { color: rgb(79,53,111); }
H1.HeaderClassName
{
color: #4F356F;
}
.AnyTagClassName
{
color: #4F356F;
}
</style>
background-color css
<style>
a { background-color: #4F356F; }
a { background-color: rgb(79,53,111); }
div.DivClassName
{
background-color: #4F356F;
}
.BgClassName
{
background-color: #4F356F;
}
</style>
border-color css
<style>
span { border-color: #4F356F; }
span { border-color: rgb(79,53,111); }
td.TdClassName
{
border-color: #4F356F;
}
.TagClassName
{
border-color: #4F356F;
}
</style>