Shades of Blue Diamond #452D6B
Tints of Blue Diamond #452D6B
RGB
CMYK
RGB Variations
Color information
#452D6B (or 0x452D6B) is known color: Blue Diamond. HEX triplet: 45, 2D and 6B. RGB value is (69,45,107). Sum of RGB (Red+Green+Blue) = 69+45+107=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 107 (42.19% from 255 or 48.42% from 221); Max value from RGB is 107 - color contains mainly: blue. Hex color #452D6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452D6B is #BAD294. Grayscale: #3B3B3B. Windows color (decimal): -12243605 or 7023941. OLE color: 7023941.
HSL color Cylindrical-coordinate representation of color #452D6B: hue angle of 263.23º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #452D6B is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 45 | 107 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.58 |
| HSL | 263.23º | 0.41% | 0.3% | - |
| HSV(B) | 263.23º | 0.58% | 0.42% | - |
| XYZ | 6.05 | 4.2 | 14.4 | - |
| YUV | 59.24 | 154.95 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 107 | 0.36 | 0.58 | 0 | 0.58 | 263.23 | 0.41 | 0.3 |
| Hex | 45 | 2D | 6B | 24 | 3A | 0 | 3A | 107 | 29 | 1E |
| Octal | 105 | 55 | 153 | 44 | 72 | 0 | 72 | 407 | 51 | 36 |
| Binary | 1000101 | 101101 | 1101011 | 100100 | 111010 | 0 | 111010 | 100000111 | 101001 | 11110 |
Color Harmonies of #452D6B
Complementary color
Monochromatic Colors of #452D6B
Black with #452D6B
Text Example
Text Example
White with #452D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452D6B; }
p { color: rgb(69,45,107); }
H1.HeaderClassName
{
color: #452D6B;
}
.AnyTagClassName
{
color: #452D6B;
}
</style>
background-color css
<style>
a { background-color: #452D6B; }
a { background-color: rgb(69,45,107); }
div.DivClassName
{
background-color: #452D6B;
}
.BgClassName
{
background-color: #452D6B;
}
</style>
border-color css
<style>
span { border-color: #452D6B; }
span { border-color: rgb(69,45,107); }
td.TdClassName
{
border-color: #452D6B;
}
.TagClassName
{
border-color: #452D6B;
}
</style>