Shades of Blue Diamond #452867
Tints of Blue Diamond #452867
RGB
CMYK
RGB Variations
Color information
#452867 (or 0x452867) is known color: Blue Diamond. HEX triplet: 45, 28 and 67. RGB value is (69,40,103). Sum of RGB (Red+Green+Blue) = 69+40+103=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 103 (40.62% from 255 or 48.58% from 212); Max value from RGB is 103 - color contains mainly: blue. Hex color #452867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452867 is #BAD798. Grayscale: #373737. Windows color (decimal): -12244889 or 6760517. OLE color: 6760517.
HSL color Cylindrical-coordinate representation of color #452867: hue angle of 267.62º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #452867 is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 40 | 103 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.60 |
| HSL | 267.62º | 0.44% | 0.28% | - |
| HSV(B) | 267.62º | 0.61% | 0.4% | - |
| XYZ | 5.66 | 3.76 | 13.26 | - |
| YUV | 55.85 | 154.61 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 40 | 103 | 0.33 | 0.61 | 0 | 0.60 | 267.62 | 0.44 | 0.28 |
| Hex | 45 | 28 | 67 | 21 | 3D | 0 | 3C | 10C | 2C | 1C |
| Octal | 105 | 50 | 147 | 41 | 75 | 0 | 74 | 414 | 54 | 34 |
| Binary | 1000101 | 101000 | 1100111 | 100001 | 111101 | 0 | 111100 | 100001100 | 101100 | 11100 |
Color Harmonies of #452867
Complementary color
Monochromatic Colors of #452867
Black with #452867
Text Example
Text Example
White with #452867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452867; }
p { color: rgb(69,40,103); }
H1.HeaderClassName
{
color: #452867;
}
.AnyTagClassName
{
color: #452867;
}
</style>
background-color css
<style>
a { background-color: #452867; }
a { background-color: rgb(69,40,103); }
div.DivClassName
{
background-color: #452867;
}
.BgClassName
{
background-color: #452867;
}
</style>
border-color css
<style>
span { border-color: #452867; }
span { border-color: rgb(69,40,103); }
td.TdClassName
{
border-color: #452867;
}
.TagClassName
{
border-color: #452867;
}
</style>