Shades of Blue Diamond #461B77
Tints of Blue Diamond #461B77
RGB
CMYK
RGB Variations
Color information
#461B77 (or 0x461B77) is known color: Blue Diamond. HEX triplet: 46, 1B and 77. RGB value is (70,27,119). Sum of RGB (Red+Green+Blue) = 70+27+119=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 27 (10.94% from 255 or 12.5% from 216); Blue value is 119 (46.88% from 255 or 55.09% from 216); Max value from RGB is 119 - color contains mainly: blue. Hex color #461B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461B77 is #B9E488. Grayscale: #323232. Windows color (decimal): -12182665 or 7805766. OLE color: 7805766.
HSL color Cylindrical-coordinate representation of color #461B77: hue angle of 268.04º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #461B77 is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 27 | 119 | - |
| CMYK | 0.41 | 0.77 | 0 | 0.53 |
| HSL | 268.04º | 0.63% | 0.29% | - |
| HSV(B) | 268.04º | 0.77% | 0.47% | - |
| XYZ | 6.25 | 3.42 | 17.78 | - |
| YUV | 50.35 | 166.75 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 119 | 0.41 | 0.77 | 0 | 0.53 | 268.04 | 0.63 | 0.29 |
| Hex | 46 | 1B | 77 | 29 | 4D | 0 | 35 | 10C | 3F | 1D |
| Octal | 106 | 33 | 167 | 51 | 115 | 0 | 65 | 414 | 77 | 35 |
| Binary | 1000110 | 11011 | 1110111 | 101001 | 1001101 | 0 | 110101 | 100001100 | 111111 | 11101 |
Color Harmonies of #461B77
Complementary color
Monochromatic Colors of #461B77
Black with #461B77
Text Example
Text Example
White with #461B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461B77; }
p { color: rgb(70,27,119); }
H1.HeaderClassName
{
color: #461B77;
}
.AnyTagClassName
{
color: #461B77;
}
</style>
background-color css
<style>
a { background-color: #461B77; }
a { background-color: rgb(70,27,119); }
div.DivClassName
{
background-color: #461B77;
}
.BgClassName
{
background-color: #461B77;
}
</style>
border-color css
<style>
span { border-color: #461B77; }
span { border-color: rgb(70,27,119); }
td.TdClassName
{
border-color: #461B77;
}
.TagClassName
{
border-color: #461B77;
}
</style>