Shades of Blue Diamond #451F68
Tints of Blue Diamond #451F68
RGB
CMYK
RGB Variations
Color information
#451F68 (or 0x451F68) is known color: Blue Diamond. HEX triplet: 45, 1F and 68. RGB value is (69,31,104). Sum of RGB (Red+Green+Blue) = 69+31+104=204 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.82% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #451F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451F68 is #BAE097. Grayscale: #323232. Windows color (decimal): -12247192 or 6823749. OLE color: 6823749.
HSL color Cylindrical-coordinate representation of color #451F68: hue angle of 271.23º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #451F68 is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 31 | 104 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.59 |
| HSL | 271.23º | 0.54% | 0.26% | - |
| HSV(B) | 271.23º | 0.7% | 0.41% | - |
| XYZ | 5.44 | 3.24 | 13.44 | - |
| YUV | 50.68 | 158.09 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 31 | 104 | 0.34 | 0.70 | 0 | 0.59 | 271.23 | 0.54 | 0.26 |
| Hex | 45 | 1F | 68 | 22 | 46 | 0 | 3B | 10F | 36 | 1A |
| Octal | 105 | 37 | 150 | 42 | 106 | 0 | 73 | 417 | 66 | 32 |
| Binary | 1000101 | 11111 | 1101000 | 100010 | 1000110 | 0 | 111011 | 100001111 | 110110 | 11010 |
Color Harmonies of #451F68
Complementary color
Monochromatic Colors of #451F68
Black with #451F68
Text Example
Text Example
White with #451F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451F68; }
p { color: rgb(69,31,104); }
H1.HeaderClassName
{
color: #451F68;
}
.AnyTagClassName
{
color: #451F68;
}
</style>
background-color css
<style>
a { background-color: #451F68; }
a { background-color: rgb(69,31,104); }
div.DivClassName
{
background-color: #451F68;
}
.BgClassName
{
background-color: #451F68;
}
</style>
border-color css
<style>
span { border-color: #451F68; }
span { border-color: rgb(69,31,104); }
td.TdClassName
{
border-color: #451F68;
}
.TagClassName
{
border-color: #451F68;
}
</style>