Shades of Blue Diamond #4A156B
Tints of Blue Diamond #4A156B
RGB
CMYK
RGB Variations
Color information
#4A156B (or 0x4A156B) is known color: Blue Diamond. HEX triplet: 4A, 15 and 6B. RGB value is (74,21,107). Sum of RGB (Red+Green+Blue) = 74+21+107=202 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.63% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 107 (42.19% from 255 or 52.97% from 202); Max value from RGB is 107 - color contains mainly: blue. Hex color #4A156B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A156B is #B5EA94. Grayscale: #2E2E2E. Windows color (decimal): -11922069 or 7017802. OLE color: 7017802.
HSL color Cylindrical-coordinate representation of color #4A156B: hue angle of 276.98º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A156B is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 21 | 107 | - |
| CMYK | 0.31 | 0.80 | 0 | 0.58 |
| HSL | 276.98º | 0.67% | 0.25% | - |
| HSV(B) | 276.98º | 0.8% | 0.42% | - |
| XYZ | 5.75 | 3.05 | 14.2 | - |
| YUV | 46.65 | 162.06 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 21 | 107 | 0.31 | 0.80 | 0 | 0.58 | 276.98 | 0.67 | 0.25 |
| Hex | 4A | 15 | 6B | 1F | 50 | 0 | 3A | 115 | 43 | 19 |
| Octal | 112 | 25 | 153 | 37 | 120 | 0 | 72 | 425 | 103 | 31 |
| Binary | 1001010 | 10101 | 1101011 | 11111 | 1010000 | 0 | 111010 | 100010101 | 1000011 | 11001 |
Color Harmonies of #4A156B
Complementary color
Monochromatic Colors of #4A156B
Black with #4A156B
Text Example
Text Example
White with #4A156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A156B; }
p { color: rgb(74,21,107); }
H1.HeaderClassName
{
color: #4A156B;
}
.AnyTagClassName
{
color: #4A156B;
}
</style>
background-color css
<style>
a { background-color: #4A156B; }
a { background-color: rgb(74,21,107); }
div.DivClassName
{
background-color: #4A156B;
}
.BgClassName
{
background-color: #4A156B;
}
</style>
border-color css
<style>
span { border-color: #4A156B; }
span { border-color: rgb(74,21,107); }
td.TdClassName
{
border-color: #4A156B;
}
.TagClassName
{
border-color: #4A156B;
}
</style>