Shades of Corn Flower Blue #484971
Tints of Corn Flower Blue #484971
RGB
CMYK
RGB Variations
Color information
#484971 (or 0x484971) is known color: Corn Flower Blue. HEX triplet: 48, 49 and 71. RGB value is (72,73,113). Sum of RGB (Red+Green+Blue) = 72+73+113=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 113 - color contains mainly: blue. Hex color #484971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484971 is #B7B68E. Grayscale: #4D4D4D. Windows color (decimal): -12039823 or 7424328. OLE color: 7424328.
HSL color Cylindrical-coordinate representation of color #484971: hue angle of 238.54º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #484971 is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 73 | 113 | - |
| CMYK | 0.36 | 0.35 | 0 | 0.56 |
| HSL | 238.54º | 0.22% | 0.36% | - |
| HSV(B) | 238.54º | 0.36% | 0.44% | - |
| XYZ | 8.04 | 7.34 | 16.62 | - |
| YUV | 77.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 113 | 0.36 | 0.35 | 0 | 0.56 | 238.54 | 0.22 | 0.36 |
| Hex | 48 | 49 | 71 | 24 | 23 | 0 | 38 | EF | 16 | 24 |
| Octal | 110 | 111 | 161 | 44 | 43 | 0 | 70 | 357 | 26 | 44 |
| Binary | 1001000 | 1001001 | 1110001 | 100100 | 100011 | 0 | 111000 | 11101111 | 10110 | 100100 |
Color Harmonies of #484971
Complementary color
Monochromatic Colors of #484971
Black with #484971
Text Example
Text Example
White with #484971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484971; }
p { color: rgb(72,73,113); }
H1.HeaderClassName
{
color: #484971;
}
.AnyTagClassName
{
color: #484971;
}
</style>
background-color css
<style>
a { background-color: #484971; }
a { background-color: rgb(72,73,113); }
div.DivClassName
{
background-color: #484971;
}
.BgClassName
{
background-color: #484971;
}
</style>
border-color css
<style>
span { border-color: #484971; }
span { border-color: rgb(72,73,113); }
td.TdClassName
{
border-color: #484971;
}
.TagClassName
{
border-color: #484971;
}
</style>