Shades of Blue Diamond #4F3274
Tints of Blue Diamond #4F3274
RGB
CMYK
RGB Variations
Color information
#4F3274 (or 0x4F3274) is known color: Blue Diamond. HEX triplet: 4F, 32 and 74. RGB value is (79,50,116). Sum of RGB (Red+Green+Blue) = 79+50+116=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 116 - color contains mainly: blue. Hex color #4F3274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3274 is #B0CD8B. Grayscale: #414141. Windows color (decimal): -11586956 or 7615055. OLE color: 7615055.
HSL color Cylindrical-coordinate representation of color #4F3274: hue angle of 266.36º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4F3274 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 50 | 116 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.55 |
| HSL | 266.36º | 0.4% | 0.33% | - |
| HSV(B) | 266.36º | 0.57% | 0.45% | - |
| XYZ | 7.52 | 5.2 | 17.13 | - |
| YUV | 66.2 | 156.11 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 50 | 116 | 0.32 | 0.57 | 0 | 0.55 | 266.36 | 0.4 | 0.33 |
| Hex | 4F | 32 | 74 | 20 | 39 | 0 | 37 | 10A | 28 | 21 |
| Octal | 117 | 62 | 164 | 40 | 71 | 0 | 67 | 412 | 50 | 41 |
| Binary | 1001111 | 110010 | 1110100 | 100000 | 111001 | 0 | 110111 | 100001010 | 101000 | 100001 |
Color Harmonies of #4F3274
Complementary color
Monochromatic Colors of #4F3274
Black with #4F3274
Text Example
Text Example
White with #4F3274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3274; }
p { color: rgb(79,50,116); }
H1.HeaderClassName
{
color: #4F3274;
}
.AnyTagClassName
{
color: #4F3274;
}
</style>
background-color css
<style>
a { background-color: #4F3274; }
a { background-color: rgb(79,50,116); }
div.DivClassName
{
background-color: #4F3274;
}
.BgClassName
{
background-color: #4F3274;
}
</style>
border-color css
<style>
span { border-color: #4F3274; }
span { border-color: rgb(79,50,116); }
td.TdClassName
{
border-color: #4F3274;
}
.TagClassName
{
border-color: #4F3274;
}
</style>