Shades of Corn Flower Blue #463D73
Tints of Corn Flower Blue #463D73
RGB
CMYK
RGB Variations
Color information
#463D73 (or 0x463D73) is known color: Corn Flower Blue. HEX triplet: 46, 3D and 73. RGB value is (70,61,115). Sum of RGB (Red+Green+Blue) = 70+61+115=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #463D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463D73 is #B9C28C. Grayscale: #454545. Windows color (decimal): -12173965 or 7552326. OLE color: 7552326.
HSL color Cylindrical-coordinate representation of color #463D73: hue angle of 250º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #463D73 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 61 | 115 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.55 |
| HSL | 250º | 0.31% | 0.35% | - |
| HSV(B) | 250º | 0.47% | 0.45% | - |
| XYZ | 7.29 | 5.88 | 16.97 | - |
| YUV | 69.85 | 153.48 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 115 | 0.39 | 0.47 | 0 | 0.55 | 250 | 0.31 | 0.35 |
| Hex | 46 | 3D | 73 | 27 | 2F | 0 | 37 | FA | 1F | 23 |
| Octal | 106 | 75 | 163 | 47 | 57 | 0 | 67 | 372 | 37 | 43 |
| Binary | 1000110 | 111101 | 1110011 | 100111 | 101111 | 0 | 110111 | 11111010 | 11111 | 100011 |
Color Harmonies of #463D73
Complementary color
Monochromatic Colors of #463D73
Black with #463D73
Text Example
Text Example
White with #463D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D73; }
p { color: rgb(70,61,115); }
H1.HeaderClassName
{
color: #463D73;
}
.AnyTagClassName
{
color: #463D73;
}
</style>
background-color css
<style>
a { background-color: #463D73; }
a { background-color: rgb(70,61,115); }
div.DivClassName
{
background-color: #463D73;
}
.BgClassName
{
background-color: #463D73;
}
</style>
border-color css
<style>
span { border-color: #463D73; }
span { border-color: rgb(70,61,115); }
td.TdClassName
{
border-color: #463D73;
}
.TagClassName
{
border-color: #463D73;
}
</style>