Shades of Blue Diamond #4F286B
Tints of Blue Diamond #4F286B
RGB
CMYK
RGB Variations
Color information
#4F286B (or 0x4F286B) is known color: Blue Diamond. HEX triplet: 4F, 28 and 6B. RGB value is (79,40,107). Sum of RGB (Red+Green+Blue) = 79+40+107=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 107 - color contains mainly: blue. Hex color #4F286B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F286B is #B0D794. Grayscale: #3B3B3B. Windows color (decimal): -11589525 or 7022671. OLE color: 7022671.
HSL color Cylindrical-coordinate representation of color #4F286B: hue angle of 274.93º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F286B is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 40 | 107 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.58 |
| HSL | 274.93º | 0.46% | 0.29% | - |
| HSV(B) | 274.93º | 0.63% | 0.42% | - |
| XYZ | 6.64 | 4.24 | 14.38 | - |
| YUV | 59.3 | 154.92 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 40 | 107 | 0.26 | 0.63 | 0 | 0.58 | 274.93 | 0.46 | 0.29 |
| Hex | 4F | 28 | 6B | 1A | 3F | 0 | 3A | 113 | 2E | 1D |
| Octal | 117 | 50 | 153 | 32 | 77 | 0 | 72 | 423 | 56 | 35 |
| Binary | 1001111 | 101000 | 1101011 | 11010 | 111111 | 0 | 111010 | 100010011 | 101110 | 11101 |
Color Harmonies of #4F286B
Complementary color
Monochromatic Colors of #4F286B
Black with #4F286B
Text Example
Text Example
White with #4F286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F286B; }
p { color: rgb(79,40,107); }
H1.HeaderClassName
{
color: #4F286B;
}
.AnyTagClassName
{
color: #4F286B;
}
</style>
background-color css
<style>
a { background-color: #4F286B; }
a { background-color: rgb(79,40,107); }
div.DivClassName
{
background-color: #4F286B;
}
.BgClassName
{
background-color: #4F286B;
}
</style>
border-color css
<style>
span { border-color: #4F286B; }
span { border-color: rgb(79,40,107); }
td.TdClassName
{
border-color: #4F286B;
}
.TagClassName
{
border-color: #4F286B;
}
</style>