Shades of Blue Diamond #4F297A
Tints of Blue Diamond #4F297A
RGB
CMYK
RGB Variations
Color information
#4F297A (or 0x4F297A) is known color: Blue Diamond. HEX triplet: 4F, 29 and 7A. RGB value is (79,41,122). Sum of RGB (Red+Green+Blue) = 79+41+122=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 122 (48.05% from 255 or 50.41% from 242); Max value from RGB is 122 - color contains mainly: blue. Hex color #4F297A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F297A is #B0D685. Grayscale: #3D3D3D. Windows color (decimal): -11589254 or 8005967. OLE color: 8005967.
HSL color Cylindrical-coordinate representation of color #4F297A: hue angle of 268.15º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F297A is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 41 | 122 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.52 |
| HSL | 268.15º | 0.5% | 0.32% | - |
| HSV(B) | 268.15º | 0.66% | 0.48% | - |
| XYZ | 7.53 | 4.65 | 18.91 | - |
| YUV | 61.6 | 162.09 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 41 | 122 | 0.35 | 0.66 | 0 | 0.52 | 268.15 | 0.5 | 0.32 |
| Hex | 4F | 29 | 7A | 23 | 42 | 0 | 34 | 10C | 32 | 20 |
| Octal | 117 | 51 | 172 | 43 | 102 | 0 | 64 | 414 | 62 | 40 |
| Binary | 1001111 | 101001 | 1111010 | 100011 | 1000010 | 0 | 110100 | 100001100 | 110010 | 100000 |
Color Harmonies of #4F297A
Complementary color
Monochromatic Colors of #4F297A
Black with #4F297A
Text Example
Text Example
White with #4F297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F297A; }
p { color: rgb(79,41,122); }
H1.HeaderClassName
{
color: #4F297A;
}
.AnyTagClassName
{
color: #4F297A;
}
</style>
background-color css
<style>
a { background-color: #4F297A; }
a { background-color: rgb(79,41,122); }
div.DivClassName
{
background-color: #4F297A;
}
.BgClassName
{
background-color: #4F297A;
}
</style>
border-color css
<style>
span { border-color: #4F297A; }
span { border-color: rgb(79,41,122); }
td.TdClassName
{
border-color: #4F297A;
}
.TagClassName
{
border-color: #4F297A;
}
</style>