Shades of Blue Diamond #451877
Tints of Blue Diamond #451877
RGB
CMYK
RGB Variations
Color information
#451877 (or 0x451877) is known color: Blue Diamond. HEX triplet: 45, 18 and 77. RGB value is (69,24,119). Sum of RGB (Red+Green+Blue) = 69+24+119=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #451877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451877 is #BAE788. Grayscale: #2F2F2F. Windows color (decimal): -12248969 or 7804997. OLE color: 7804997.
HSL color Cylindrical-coordinate representation of color #451877: hue angle of 268.42º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #451877 is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 24 | 119 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.53 |
| HSL | 268.42º | 0.66% | 0.28% | - |
| HSV(B) | 268.42º | 0.8% | 0.47% | - |
| XYZ | 6.11 | 3.25 | 17.76 | - |
| YUV | 48.29 | 167.91 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 24 | 119 | 0.42 | 0.80 | 0 | 0.53 | 268.42 | 0.66 | 0.28 |
| Hex | 45 | 18 | 77 | 2A | 50 | 0 | 35 | 10C | 42 | 1C |
| Octal | 105 | 30 | 167 | 52 | 120 | 0 | 65 | 414 | 102 | 34 |
| Binary | 1000101 | 11000 | 1110111 | 101010 | 1010000 | 0 | 110101 | 100001100 | 1000010 | 11100 |
Color Harmonies of #451877
Complementary color
Monochromatic Colors of #451877
Black with #451877
Text Example
Text Example
White with #451877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451877; }
p { color: rgb(69,24,119); }
H1.HeaderClassName
{
color: #451877;
}
.AnyTagClassName
{
color: #451877;
}
</style>
background-color css
<style>
a { background-color: #451877; }
a { background-color: rgb(69,24,119); }
div.DivClassName
{
background-color: #451877;
}
.BgClassName
{
background-color: #451877;
}
</style>
border-color css
<style>
span { border-color: #451877; }
span { border-color: rgb(69,24,119); }
td.TdClassName
{
border-color: #451877;
}
.TagClassName
{
border-color: #451877;
}
</style>