Shades of Blue Diamond #472A68
Tints of Blue Diamond #472A68
RGB
CMYK
RGB Variations
Color information
#472A68 (or 0x472A68) is known color: Blue Diamond. HEX triplet: 47, 2A and 68. RGB value is (71,42,104). Sum of RGB (Red+Green+Blue) = 71+42+104=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #472A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472A68 is #B8D597. Grayscale: #393939. Windows color (decimal): -12113304 or 6826567. OLE color: 6826567.
HSL color Cylindrical-coordinate representation of color #472A68: hue angle of 268.06º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #472A68 is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 42 | 104 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.59 |
| HSL | 268.06º | 0.42% | 0.29% | - |
| HSV(B) | 268.06º | 0.6% | 0.41% | - |
| XYZ | 5.93 | 3.99 | 13.56 | - |
| YUV | 57.74 | 154.11 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 104 | 0.32 | 0.60 | 0 | 0.59 | 268.06 | 0.42 | 0.29 |
| Hex | 47 | 2A | 68 | 20 | 3C | 0 | 3B | 10C | 2A | 1D |
| Octal | 107 | 52 | 150 | 40 | 74 | 0 | 73 | 414 | 52 | 35 |
| Binary | 1000111 | 101010 | 1101000 | 100000 | 111100 | 0 | 111011 | 100001100 | 101010 | 11101 |
Color Harmonies of #472A68
Complementary color
Monochromatic Colors of #472A68
Black with #472A68
Text Example
Text Example
White with #472A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A68; }
p { color: rgb(71,42,104); }
H1.HeaderClassName
{
color: #472A68;
}
.AnyTagClassName
{
color: #472A68;
}
</style>
background-color css
<style>
a { background-color: #472A68; }
a { background-color: rgb(71,42,104); }
div.DivClassName
{
background-color: #472A68;
}
.BgClassName
{
background-color: #472A68;
}
</style>
border-color css
<style>
span { border-color: #472A68; }
span { border-color: rgb(71,42,104); }
td.TdClassName
{
border-color: #472A68;
}
.TagClassName
{
border-color: #472A68;
}
</style>