Shades of Blue Diamond #452C63
Tints of Blue Diamond #452C63
RGB
CMYK
RGB Variations
Color information
#452C63 (or 0x452C63) is known color: Blue Diamond. HEX triplet: 45, 2C and 63. RGB value is (69,44,99). Sum of RGB (Red+Green+Blue) = 69+44+99=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #452C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452C63 is #BAD39C. Grayscale: #393939. Windows color (decimal): -12243869 or 6499397. OLE color: 6499397.
HSL color Cylindrical-coordinate representation of color #452C63: hue angle of 267.27º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #452C63 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 44 | 99 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.61 |
| HSL | 267.27º | 0.38% | 0.28% | - |
| HSV(B) | 267.27º | 0.56% | 0.39% | - |
| XYZ | 5.61 | 3.97 | 12.27 | - |
| YUV | 57.75 | 151.28 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 44 | 99 | 0.30 | 0.56 | 0 | 0.61 | 267.27 | 0.38 | 0.28 |
| Hex | 45 | 2C | 63 | 1E | 38 | 0 | 3D | 10B | 26 | 1C |
| Octal | 105 | 54 | 143 | 36 | 70 | 0 | 75 | 413 | 46 | 34 |
| Binary | 1000101 | 101100 | 1100011 | 11110 | 111000 | 0 | 111101 | 100001011 | 100110 | 11100 |
Color Harmonies of #452C63
Complementary color
Monochromatic Colors of #452C63
Black with #452C63
Text Example
Text Example
White with #452C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452C63; }
p { color: rgb(69,44,99); }
H1.HeaderClassName
{
color: #452C63;
}
.AnyTagClassName
{
color: #452C63;
}
</style>
background-color css
<style>
a { background-color: #452C63; }
a { background-color: rgb(69,44,99); }
div.DivClassName
{
background-color: #452C63;
}
.BgClassName
{
background-color: #452C63;
}
</style>
border-color css
<style>
span { border-color: #452C63; }
span { border-color: rgb(69,44,99); }
td.TdClassName
{
border-color: #452C63;
}
.TagClassName
{
border-color: #452C63;
}
</style>