Shades of Corn Flower Blue #403A73
Tints of Corn Flower Blue #403A73
RGB
CMYK
RGB Variations
Color information
#403A73 (or 0x403A73) is known color: Corn Flower Blue. HEX triplet: 40, 3A and 73. RGB value is (64,58,115). Sum of RGB (Red+Green+Blue) = 64+58+115=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #403A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403A73 is #BFC58C. Grayscale: #424242. Windows color (decimal): -12567949 or 7551552. OLE color: 7551552.
HSL color Cylindrical-coordinate representation of color #403A73: hue angle of 246.32º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #403A73 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 58 | 115 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.55 |
| HSL | 246.32º | 0.33% | 0.34% | - |
| HSV(B) | 246.32º | 0.5% | 0.45% | - |
| XYZ | 6.72 | 5.35 | 16.9 | - |
| YUV | 66.29 | 155.49 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 115 | 0.44 | 0.50 | 0 | 0.55 | 246.32 | 0.33 | 0.34 |
| Hex | 40 | 3A | 73 | 2C | 32 | 0 | 37 | F6 | 21 | 22 |
| Octal | 100 | 72 | 163 | 54 | 62 | 0 | 67 | 366 | 41 | 42 |
| Binary | 1000000 | 111010 | 1110011 | 101100 | 110010 | 0 | 110111 | 11110110 | 100001 | 100010 |
Color Harmonies of #403A73
Complementary color
Monochromatic Colors of #403A73
Black with #403A73
Text Example
Text Example
White with #403A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403A73; }
p { color: rgb(64,58,115); }
H1.HeaderClassName
{
color: #403A73;
}
.AnyTagClassName
{
color: #403A73;
}
</style>
background-color css
<style>
a { background-color: #403A73; }
a { background-color: rgb(64,58,115); }
div.DivClassName
{
background-color: #403A73;
}
.BgClassName
{
background-color: #403A73;
}
</style>
border-color css
<style>
span { border-color: #403A73; }
span { border-color: rgb(64,58,115); }
td.TdClassName
{
border-color: #403A73;
}
.TagClassName
{
border-color: #403A73;
}
</style>