Shades of Blue Diamond #4A166B
Tints of Blue Diamond #4A166B
RGB
CMYK
RGB Variations
Color information
#4A166B (or 0x4A166B) is known color: Blue Diamond. HEX triplet: 4A, 16 and 6B. RGB value is (74,22,107). Sum of RGB (Red+Green+Blue) = 74+22+107=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #4A166B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A166B is #B5E994. Grayscale: #2E2E2E. Windows color (decimal): -11921813 or 7018058. OLE color: 7018058.
HSL color Cylindrical-coordinate representation of color #4A166B: hue angle of 276.71º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A166B is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 22 | 107 | - |
| CMYK | 0.31 | 0.79 | 0 | 0.58 |
| HSL | 276.71º | 0.66% | 0.25% | - |
| HSV(B) | 276.71º | 0.79% | 0.42% | - |
| XYZ | 5.76 | 3.09 | 14.2 | - |
| YUV | 47.24 | 161.73 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 22 | 107 | 0.31 | 0.79 | 0 | 0.58 | 276.71 | 0.66 | 0.25 |
| Hex | 4A | 16 | 6B | 1F | 4F | 0 | 3A | 115 | 42 | 19 |
| Octal | 112 | 26 | 153 | 37 | 117 | 0 | 72 | 425 | 102 | 31 |
| Binary | 1001010 | 10110 | 1101011 | 11111 | 1001111 | 0 | 111010 | 100010101 | 1000010 | 11001 |
Color Harmonies of #4A166B
Complementary color
Monochromatic Colors of #4A166B
Black with #4A166B
Text Example
Text Example
White with #4A166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A166B; }
p { color: rgb(74,22,107); }
H1.HeaderClassName
{
color: #4A166B;
}
.AnyTagClassName
{
color: #4A166B;
}
</style>
background-color css
<style>
a { background-color: #4A166B; }
a { background-color: rgb(74,22,107); }
div.DivClassName
{
background-color: #4A166B;
}
.BgClassName
{
background-color: #4A166B;
}
</style>
border-color css
<style>
span { border-color: #4A166B; }
span { border-color: rgb(74,22,107); }
td.TdClassName
{
border-color: #4A166B;
}
.TagClassName
{
border-color: #4A166B;
}
</style>