Shades of Corn Flower Blue #474172
Tints of Corn Flower Blue #474172
RGB
CMYK
RGB Variations
Color information
#474172 (or 0x474172) is known color: Corn Flower Blue. HEX triplet: 47, 41 and 72. RGB value is (71,65,114). Sum of RGB (Red+Green+Blue) = 71+65+114=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #474172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474172 is #B8BE8D. Grayscale: #484848. Windows color (decimal): -12107406 or 7487815. OLE color: 7487815.
HSL color Cylindrical-coordinate representation of color #474172: hue angle of 247.35º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #474172 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 65 | 114 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.55 |
| HSL | 247.35º | 0.27% | 0.35% | - |
| HSV(B) | 247.35º | 0.43% | 0.45% | - |
| XYZ | 7.53 | 6.34 | 16.75 | - |
| YUV | 72.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 114 | 0.38 | 0.43 | 0 | 0.55 | 247.35 | 0.27 | 0.35 |
| Hex | 47 | 41 | 72 | 26 | 2B | 0 | 37 | F7 | 1B | 23 |
| Octal | 107 | 101 | 162 | 46 | 53 | 0 | 67 | 367 | 33 | 43 |
| Binary | 1000111 | 1000001 | 1110010 | 100110 | 101011 | 0 | 110111 | 11110111 | 11011 | 100011 |
Color Harmonies of #474172
Complementary color
Monochromatic Colors of #474172
Black with #474172
Text Example
Text Example
White with #474172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474172; }
p { color: rgb(71,65,114); }
H1.HeaderClassName
{
color: #474172;
}
.AnyTagClassName
{
color: #474172;
}
</style>
background-color css
<style>
a { background-color: #474172; }
a { background-color: rgb(71,65,114); }
div.DivClassName
{
background-color: #474172;
}
.BgClassName
{
background-color: #474172;
}
</style>
border-color css
<style>
span { border-color: #474172; }
span { border-color: rgb(71,65,114); }
td.TdClassName
{
border-color: #474172;
}
.TagClassName
{
border-color: #474172;
}
</style>