Shades of Corn Flower Blue #474073
Tints of Corn Flower Blue #474073
RGB
CMYK
RGB Variations
Color information
#474073 (or 0x474073) is known color: Corn Flower Blue. HEX triplet: 47, 40 and 73. RGB value is (71,64,115). Sum of RGB (Red+Green+Blue) = 71+64+115=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #474073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474073 is #B8BF8C. Grayscale: #474747. Windows color (decimal): -12107661 or 7553095. OLE color: 7553095.
HSL color Cylindrical-coordinate representation of color #474073: hue angle of 248.24º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #474073 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 64 | 115 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.55 |
| HSL | 248.24º | 0.28% | 0.35% | - |
| HSV(B) | 248.24º | 0.44% | 0.45% | - |
| XYZ | 7.53 | 6.24 | 17.03 | - |
| YUV | 71.91 | 152.32 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 64 | 115 | 0.38 | 0.44 | 0 | 0.55 | 248.24 | 0.28 | 0.35 |
| Hex | 47 | 40 | 73 | 26 | 2C | 0 | 37 | F8 | 1C | 23 |
| Octal | 107 | 100 | 163 | 46 | 54 | 0 | 67 | 370 | 34 | 43 |
| Binary | 1000111 | 1000000 | 1110011 | 100110 | 101100 | 0 | 110111 | 11111000 | 11100 | 100011 |
Color Harmonies of #474073
Complementary color
Monochromatic Colors of #474073
Black with #474073
Text Example
Text Example
White with #474073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474073; }
p { color: rgb(71,64,115); }
H1.HeaderClassName
{
color: #474073;
}
.AnyTagClassName
{
color: #474073;
}
</style>
background-color css
<style>
a { background-color: #474073; }
a { background-color: rgb(71,64,115); }
div.DivClassName
{
background-color: #474073;
}
.BgClassName
{
background-color: #474073;
}
</style>
border-color css
<style>
span { border-color: #474073; }
span { border-color: rgb(71,64,115); }
td.TdClassName
{
border-color: #474073;
}
.TagClassName
{
border-color: #474073;
}
</style>