Shades of Blue Diamond #4F256A
Tints of Blue Diamond #4F256A
RGB
CMYK
RGB Variations
Color information
#4F256A (or 0x4F256A) is known color: Blue Diamond. HEX triplet: 4F, 25 and 6A. RGB value is (79,37,106). Sum of RGB (Red+Green+Blue) = 79+37+106=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 106 (41.80% from 255 or 47.75% from 222); Max value from RGB is 106 - color contains mainly: blue. Hex color #4F256A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F256A is #B0DA95. Grayscale: #393939. Windows color (decimal): -11590294 or 6956367. OLE color: 6956367.
HSL color Cylindrical-coordinate representation of color #4F256A: hue angle of 276.52º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F256A is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 37 | 106 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.58 |
| HSL | 276.52º | 0.48% | 0.28% | - |
| HSV(B) | 276.52º | 0.65% | 0.42% | - |
| XYZ | 6.49 | 4.03 | 14.07 | - |
| YUV | 57.42 | 155.41 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 37 | 106 | 0.25 | 0.65 | 0 | 0.58 | 276.52 | 0.48 | 0.28 |
| Hex | 4F | 25 | 6A | 19 | 41 | 0 | 3A | 115 | 30 | 1C |
| Octal | 117 | 45 | 152 | 31 | 101 | 0 | 72 | 425 | 60 | 34 |
| Binary | 1001111 | 100101 | 1101010 | 11001 | 1000001 | 0 | 111010 | 100010101 | 110000 | 11100 |
Color Harmonies of #4F256A
Complementary color
Monochromatic Colors of #4F256A
Black with #4F256A
Text Example
Text Example
White with #4F256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F256A; }
p { color: rgb(79,37,106); }
H1.HeaderClassName
{
color: #4F256A;
}
.AnyTagClassName
{
color: #4F256A;
}
</style>
background-color css
<style>
a { background-color: #4F256A; }
a { background-color: rgb(79,37,106); }
div.DivClassName
{
background-color: #4F256A;
}
.BgClassName
{
background-color: #4F256A;
}
</style>
border-color css
<style>
span { border-color: #4F256A; }
span { border-color: rgb(79,37,106); }
td.TdClassName
{
border-color: #4F256A;
}
.TagClassName
{
border-color: #4F256A;
}
</style>