Shades of Corn Flower Blue #473F7A
Tints of Corn Flower Blue #473F7A
RGB
CMYK
RGB Variations
Color information
#473F7A (or 0x473F7A) is known color: Corn Flower Blue. HEX triplet: 47, 3F and 7A. RGB value is (71,63,122). Sum of RGB (Red+Green+Blue) = 71+63+122=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #473F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473F7A is #B8C085. Grayscale: #474747. Windows color (decimal): -12107910 or 8011591. OLE color: 8011591.
HSL color Cylindrical-coordinate representation of color #473F7A: hue angle of 248.14º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #473F7A is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 63 | 122 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.52 |
| HSL | 248.14º | 0.32% | 0.36% | - |
| HSV(B) | 248.14º | 0.48% | 0.48% | - |
| XYZ | 7.89 | 6.3 | 19.21 | - |
| YUV | 72.12 | 156.15 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 122 | 0.42 | 0.48 | 0 | 0.52 | 248.14 | 0.32 | 0.36 |
| Hex | 47 | 3F | 7A | 2A | 30 | 0 | 34 | F8 | 20 | 24 |
| Octal | 107 | 77 | 172 | 52 | 60 | 0 | 64 | 370 | 40 | 44 |
| Binary | 1000111 | 111111 | 1111010 | 101010 | 110000 | 0 | 110100 | 11111000 | 100000 | 100100 |
Color Harmonies of #473F7A
Complementary color
Monochromatic Colors of #473F7A
Black with #473F7A
Text Example
Text Example
White with #473F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473F7A; }
p { color: rgb(71,63,122); }
H1.HeaderClassName
{
color: #473F7A;
}
.AnyTagClassName
{
color: #473F7A;
}
</style>
background-color css
<style>
a { background-color: #473F7A; }
a { background-color: rgb(71,63,122); }
div.DivClassName
{
background-color: #473F7A;
}
.BgClassName
{
background-color: #473F7A;
}
</style>
border-color css
<style>
span { border-color: #473F7A; }
span { border-color: rgb(71,63,122); }
td.TdClassName
{
border-color: #473F7A;
}
.TagClassName
{
border-color: #473F7A;
}
</style>