Shades of Corn Flower Blue #463F76
Tints of Corn Flower Blue #463F76
RGB
CMYK
RGB Variations
Color information
#463F76 (or 0x463F76) is known color: Corn Flower Blue. HEX triplet: 46, 3F and 76. RGB value is (70,63,118). Sum of RGB (Red+Green+Blue) = 70+63+118=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #463F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F76 is #B9C089. Grayscale: #474747. Windows color (decimal): -12173450 or 7749446. OLE color: 7749446.
HSL color Cylindrical-coordinate representation of color #463F76: hue angle of 247.64º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #463F76 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 63 | 118 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.54 |
| HSL | 247.64º | 0.3% | 0.35% | - |
| HSV(B) | 247.64º | 0.47% | 0.46% | - |
| XYZ | 7.57 | 6.17 | 17.93 | - |
| YUV | 71.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 118 | 0.41 | 0.47 | 0 | 0.54 | 247.64 | 0.3 | 0.35 |
| Hex | 46 | 3F | 76 | 29 | 2F | 0 | 36 | F8 | 1E | 23 |
| Octal | 106 | 77 | 166 | 51 | 57 | 0 | 66 | 370 | 36 | 43 |
| Binary | 1000110 | 111111 | 1110110 | 101001 | 101111 | 0 | 110110 | 11111000 | 11110 | 100011 |
Color Harmonies of #463F76
Complementary color
Monochromatic Colors of #463F76
Black with #463F76
Text Example
Text Example
White with #463F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F76; }
p { color: rgb(70,63,118); }
H1.HeaderClassName
{
color: #463F76;
}
.AnyTagClassName
{
color: #463F76;
}
</style>
background-color css
<style>
a { background-color: #463F76; }
a { background-color: rgb(70,63,118); }
div.DivClassName
{
background-color: #463F76;
}
.BgClassName
{
background-color: #463F76;
}
</style>
border-color css
<style>
span { border-color: #463F76; }
span { border-color: rgb(70,63,118); }
td.TdClassName
{
border-color: #463F76;
}
.TagClassName
{
border-color: #463F76;
}
</style>