Shades of Corn Flower Blue #463F71
Tints of Corn Flower Blue #463F71
RGB
CMYK
RGB Variations
Color information
#463F71 (or 0x463F71) is known color: Corn Flower Blue. HEX triplet: 46, 3F and 71. RGB value is (70,63,113). Sum of RGB (Red+Green+Blue) = 70+63+113=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #463F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F71 is #B9C08E. Grayscale: #464646. Windows color (decimal): -12173455 or 7421766. OLE color: 7421766.
HSL color Cylindrical-coordinate representation of color #463F71: hue angle of 248.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #463F71 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 63 | 113 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.56 |
| HSL | 248.4º | 0.28% | 0.35% | - |
| HSV(B) | 248.4º | 0.44% | 0.44% | - |
| XYZ | 7.28 | 6.05 | 16.41 | - |
| YUV | 70.79 | 151.82 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 113 | 0.38 | 0.44 | 0 | 0.56 | 248.4 | 0.28 | 0.35 |
| Hex | 46 | 3F | 71 | 26 | 2C | 0 | 38 | F8 | 1C | 23 |
| Octal | 106 | 77 | 161 | 46 | 54 | 0 | 70 | 370 | 34 | 43 |
| Binary | 1000110 | 111111 | 1110001 | 100110 | 101100 | 0 | 111000 | 11111000 | 11100 | 100011 |
Color Harmonies of #463F71
Complementary color
Monochromatic Colors of #463F71
Black with #463F71
Text Example
Text Example
White with #463F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F71; }
p { color: rgb(70,63,113); }
H1.HeaderClassName
{
color: #463F71;
}
.AnyTagClassName
{
color: #463F71;
}
</style>
background-color css
<style>
a { background-color: #463F71; }
a { background-color: rgb(70,63,113); }
div.DivClassName
{
background-color: #463F71;
}
.BgClassName
{
background-color: #463F71;
}
</style>
border-color css
<style>
span { border-color: #463F71; }
span { border-color: rgb(70,63,113); }
td.TdClassName
{
border-color: #463F71;
}
.TagClassName
{
border-color: #463F71;
}
</style>