Shades of Blue Diamond #4A2766
Tints of Blue Diamond #4A2766
RGB
CMYK
RGB Variations
Color information
#4A2766 (or 0x4A2766) is known color: Blue Diamond. HEX triplet: 4A, 27 and 66. RGB value is (74,39,102). Sum of RGB (Red+Green+Blue) = 74+39+102=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 102 - color contains mainly: blue. Hex color #4A2766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2766 is #B5D899. Grayscale: #383838. Windows color (decimal): -11917466 or 6694730. OLE color: 6694730.
HSL color Cylindrical-coordinate representation of color #4A2766: hue angle of 273.33º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A2766 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 74 | 39 | 102 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.6 |
| HSL | 273.33º | 0.45% | 0.28% | - |
| HSV(B) | 273.33º | 0.62% | 0.4% | - |
| XYZ | 5.95 | 3.87 | 13 | - |
| YUV | 56.65 | 153.6 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 39 | 102 | 0.27 | 0.62 | 0 | 0.6 | 273.33 | 0.45 | 0.28 |
| Hex | 4A | 27 | 66 | 1B | 3E | 0 | 3C | 111 | 2D | 1C |
| Octal | 112 | 47 | 146 | 33 | 76 | 0 | 74 | 421 | 55 | 34 |
| Binary | 1001010 | 100111 | 1100110 | 11011 | 111110 | 0 | 111100 | 100010001 | 101101 | 11100 |
Color Harmonies of #4A2766
Complementary color
Monochromatic Colors of #4A2766
Black with #4A2766
Text Example
Text Example
White with #4A2766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2766; }
p { color: rgb(74,39,102); }
H1.HeaderClassName
{
color: #4A2766;
}
.AnyTagClassName
{
color: #4A2766;
}
</style>
background-color css
<style>
a { background-color: #4A2766; }
a { background-color: rgb(74,39,102); }
div.DivClassName
{
background-color: #4A2766;
}
.BgClassName
{
background-color: #4A2766;
}
</style>
border-color css
<style>
span { border-color: #4A2766; }
span { border-color: rgb(74,39,102); }
td.TdClassName
{
border-color: #4A2766;
}
.TagClassName
{
border-color: #4A2766;
}
</style>