Shades of Corn Flower Blue #473F78
Tints of Corn Flower Blue #473F78
RGB
CMYK
RGB Variations
Color information
#473F78 (or 0x473F78) is known color: Corn Flower Blue. HEX triplet: 47, 3F and 78. RGB value is (71,63,120). Sum of RGB (Red+Green+Blue) = 71+63+120=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 120 - color contains mainly: blue. Hex color #473F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473F78 is #B8C087. Grayscale: #474747. Windows color (decimal): -12107912 or 7880519. OLE color: 7880519.
HSL color Cylindrical-coordinate representation of color #473F78: hue angle of 248.42º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #473F78 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 63 | 120 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.53 |
| HSL | 248.42º | 0.31% | 0.36% | - |
| HSV(B) | 248.42º | 0.48% | 0.47% | - |
| XYZ | 7.77 | 6.25 | 18.57 | - |
| YUV | 71.89 | 155.15 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 120 | 0.41 | 0.48 | 0 | 0.53 | 248.42 | 0.31 | 0.36 |
| Hex | 47 | 3F | 78 | 29 | 30 | 0 | 35 | F8 | 1F | 24 |
| Octal | 107 | 77 | 170 | 51 | 60 | 0 | 65 | 370 | 37 | 44 |
| Binary | 1000111 | 111111 | 1111000 | 101001 | 110000 | 0 | 110101 | 11111000 | 11111 | 100100 |
Color Harmonies of #473F78
Complementary color
Monochromatic Colors of #473F78
Black with #473F78
Text Example
Text Example
White with #473F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473F78; }
p { color: rgb(71,63,120); }
H1.HeaderClassName
{
color: #473F78;
}
.AnyTagClassName
{
color: #473F78;
}
</style>
background-color css
<style>
a { background-color: #473F78; }
a { background-color: rgb(71,63,120); }
div.DivClassName
{
background-color: #473F78;
}
.BgClassName
{
background-color: #473F78;
}
</style>
border-color css
<style>
span { border-color: #473F78; }
span { border-color: rgb(71,63,120); }
td.TdClassName
{
border-color: #473F78;
}
.TagClassName
{
border-color: #473F78;
}
</style>