Shades of Blue Diamond #451E75
Tints of Blue Diamond #451E75
RGB
CMYK
RGB Variations
Color information
#451E75 (or 0x451E75) is known color: Blue Diamond. HEX triplet: 45, 1E and 75. RGB value is (69,30,117). Sum of RGB (Red+Green+Blue) = 69+30+117=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #451E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451E75 is #BAE18A. Grayscale: #333333. Windows color (decimal): -12247435 or 7675461. OLE color: 7675461.
HSL color Cylindrical-coordinate representation of color #451E75: hue angle of 266.9º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #451E75 is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 30 | 117 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.54 |
| HSL | 266.9º | 0.59% | 0.29% | - |
| HSV(B) | 266.9º | 0.74% | 0.46% | - |
| XYZ | 6.13 | 3.48 | 17.18 | - |
| YUV | 51.58 | 164.92 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 30 | 117 | 0.41 | 0.74 | 0 | 0.54 | 266.9 | 0.59 | 0.29 |
| Hex | 45 | 1E | 75 | 29 | 4A | 0 | 36 | 10B | 3B | 1D |
| Octal | 105 | 36 | 165 | 51 | 112 | 0 | 66 | 413 | 73 | 35 |
| Binary | 1000101 | 11110 | 1110101 | 101001 | 1001010 | 0 | 110110 | 100001011 | 111011 | 11101 |
Color Harmonies of #451E75
Complementary color
Monochromatic Colors of #451E75
Black with #451E75
Text Example
Text Example
White with #451E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451E75; }
p { color: rgb(69,30,117); }
H1.HeaderClassName
{
color: #451E75;
}
.AnyTagClassName
{
color: #451E75;
}
</style>
background-color css
<style>
a { background-color: #451E75; }
a { background-color: rgb(69,30,117); }
div.DivClassName
{
background-color: #451E75;
}
.BgClassName
{
background-color: #451E75;
}
</style>
border-color css
<style>
span { border-color: #451E75; }
span { border-color: rgb(69,30,117); }
td.TdClassName
{
border-color: #451E75;
}
.TagClassName
{
border-color: #451E75;
}
</style>