Shades of Blue Diamond #452464
Tints of Blue Diamond #452464
RGB
CMYK
RGB Variations
Color information
#452464 (or 0x452464) is known color: Blue Diamond. HEX triplet: 45, 24 and 64. RGB value is (69,36,100). Sum of RGB (Red+Green+Blue) = 69+36+100=205 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.66% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 100 (39.45% from 255 or 48.78% from 205); Max value from RGB is 100 - color contains mainly: blue. Hex color #452464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452464 is #BADB9B. Grayscale: #343434. Windows color (decimal): -12245916 or 6562885. OLE color: 6562885.
HSL color Cylindrical-coordinate representation of color #452464: hue angle of 270.94º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #452464 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 36 | 100 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.61 |
| HSL | 270.94º | 0.47% | 0.27% | - |
| HSV(B) | 270.94º | 0.64% | 0.39% | - |
| XYZ | 5.39 | 3.45 | 12.44 | - |
| YUV | 53.16 | 154.43 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 36 | 100 | 0.31 | 0.64 | 0 | 0.61 | 270.94 | 0.47 | 0.27 |
| Hex | 45 | 24 | 64 | 1F | 40 | 0 | 3D | 10F | 2F | 1B |
| Octal | 105 | 44 | 144 | 37 | 100 | 0 | 75 | 417 | 57 | 33 |
| Binary | 1000101 | 100100 | 1100100 | 11111 | 1000000 | 0 | 111101 | 100001111 | 101111 | 11011 |
Color Harmonies of #452464
Complementary color
Monochromatic Colors of #452464
Black with #452464
Text Example
Text Example
White with #452464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452464; }
p { color: rgb(69,36,100); }
H1.HeaderClassName
{
color: #452464;
}
.AnyTagClassName
{
color: #452464;
}
</style>
background-color css
<style>
a { background-color: #452464; }
a { background-color: rgb(69,36,100); }
div.DivClassName
{
background-color: #452464;
}
.BgClassName
{
background-color: #452464;
}
</style>
border-color css
<style>
span { border-color: #452464; }
span { border-color: rgb(69,36,100); }
td.TdClassName
{
border-color: #452464;
}
.TagClassName
{
border-color: #452464;
}
</style>