Shades of Blue Diamond #4A2068
Tints of Blue Diamond #4A2068
RGB
CMYK
RGB Variations
Color information
#4A2068 (or 0x4A2068) is known color: Blue Diamond. HEX triplet: 4A, 20 and 68. RGB value is (74,32,104). Sum of RGB (Red+Green+Blue) = 74+32+104=210 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.24% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #4A2068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2068 is #B5DF97. Grayscale: #343434. Windows color (decimal): -11919256 or 6824010. OLE color: 6824010.
HSL color Cylindrical-coordinate representation of color #4A2068: hue angle of 275º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A2068 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 32 | 104 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.59 |
| HSL | 275º | 0.53% | 0.27% | - |
| HSV(B) | 275º | 0.69% | 0.41% | - |
| XYZ | 5.84 | 3.49 | 13.46 | - |
| YUV | 52.77 | 156.91 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 32 | 104 | 0.29 | 0.69 | 0 | 0.59 | 275 | 0.53 | 0.27 |
| Hex | 4A | 20 | 68 | 1D | 45 | 0 | 3B | 113 | 35 | 1B |
| Octal | 112 | 40 | 150 | 35 | 105 | 0 | 73 | 423 | 65 | 33 |
| Binary | 1001010 | 100000 | 1101000 | 11101 | 1000101 | 0 | 111011 | 100010011 | 110101 | 11011 |
Color Harmonies of #4A2068
Complementary color
Monochromatic Colors of #4A2068
Black with #4A2068
Text Example
Text Example
White with #4A2068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2068; }
p { color: rgb(74,32,104); }
H1.HeaderClassName
{
color: #4A2068;
}
.AnyTagClassName
{
color: #4A2068;
}
</style>
background-color css
<style>
a { background-color: #4A2068; }
a { background-color: rgb(74,32,104); }
div.DivClassName
{
background-color: #4A2068;
}
.BgClassName
{
background-color: #4A2068;
}
</style>
border-color css
<style>
span { border-color: #4A2068; }
span { border-color: rgb(74,32,104); }
td.TdClassName
{
border-color: #4A2068;
}
.TagClassName
{
border-color: #4A2068;
}
</style>