Shades of Blue Diamond #4A2677
Tints of Blue Diamond #4A2677
RGB
CMYK
RGB Variations
Color information
#4A2677 (or 0x4A2677) is known color: Blue Diamond. HEX triplet: 4A, 26 and 77. RGB value is (74,38,119). Sum of RGB (Red+Green+Blue) = 74+38+119=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #4A2677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2677 is #B5D988. Grayscale: #393939. Windows color (decimal): -11917705 or 7808586. OLE color: 7808586.
HSL color Cylindrical-coordinate representation of color #4A2677: hue angle of 266.67º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A2677 is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 38 | 119 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.53 |
| HSL | 266.67º | 0.52% | 0.31% | - |
| HSV(B) | 266.67º | 0.68% | 0.47% | - |
| XYZ | 6.85 | 4.17 | 17.9 | - |
| YUV | 58 | 162.43 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 38 | 119 | 0.38 | 0.68 | 0 | 0.53 | 266.67 | 0.52 | 0.31 |
| Hex | 4A | 26 | 77 | 26 | 44 | 0 | 35 | 10B | 34 | 1F |
| Octal | 112 | 46 | 167 | 46 | 104 | 0 | 65 | 413 | 64 | 37 |
| Binary | 1001010 | 100110 | 1110111 | 100110 | 1000100 | 0 | 110101 | 100001011 | 110100 | 11111 |
Color Harmonies of #4A2677
Complementary color
Monochromatic Colors of #4A2677
Black with #4A2677
Text Example
Text Example
White with #4A2677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2677; }
p { color: rgb(74,38,119); }
H1.HeaderClassName
{
color: #4A2677;
}
.AnyTagClassName
{
color: #4A2677;
}
</style>
background-color css
<style>
a { background-color: #4A2677; }
a { background-color: rgb(74,38,119); }
div.DivClassName
{
background-color: #4A2677;
}
.BgClassName
{
background-color: #4A2677;
}
</style>
border-color css
<style>
span { border-color: #4A2677; }
span { border-color: rgb(74,38,119); }
td.TdClassName
{
border-color: #4A2677;
}
.TagClassName
{
border-color: #4A2677;
}
</style>