Shades of Corn Flower Blue #484472
Tints of Corn Flower Blue #484472
RGB
CMYK
RGB Variations
Color information
#484472 (or 0x484472) is known color: Corn Flower Blue. HEX triplet: 48, 44 and 72. RGB value is (72,68,114). Sum of RGB (Red+Green+Blue) = 72+68+114=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: blue. Hex color #484472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484472 is #B7BB8D. Grayscale: #4A4A4A. Windows color (decimal): -12041102 or 7488584. OLE color: 7488584.
HSL color Cylindrical-coordinate representation of color #484472: hue angle of 245.22º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #484472 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 68 | 114 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.55 |
| HSL | 245.22º | 0.25% | 0.36% | - |
| HSV(B) | 245.22º | 0.4% | 0.45% | - |
| XYZ | 7.78 | 6.73 | 16.81 | - |
| YUV | 74.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 68 | 114 | 0.37 | 0.40 | 0 | 0.55 | 245.22 | 0.25 | 0.36 |
| Hex | 48 | 44 | 72 | 25 | 28 | 0 | 37 | F5 | 19 | 24 |
| Octal | 110 | 104 | 162 | 45 | 50 | 0 | 67 | 365 | 31 | 44 |
| Binary | 1001000 | 1000100 | 1110010 | 100101 | 101000 | 0 | 110111 | 11110101 | 11001 | 100100 |
Color Harmonies of #484472
Complementary color
Monochromatic Colors of #484472
Black with #484472
Text Example
Text Example
White with #484472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484472; }
p { color: rgb(72,68,114); }
H1.HeaderClassName
{
color: #484472;
}
.AnyTagClassName
{
color: #484472;
}
</style>
background-color css
<style>
a { background-color: #484472; }
a { background-color: rgb(72,68,114); }
div.DivClassName
{
background-color: #484472;
}
.BgClassName
{
background-color: #484472;
}
</style>
border-color css
<style>
span { border-color: #484472; }
span { border-color: rgb(72,68,114); }
td.TdClassName
{
border-color: #484472;
}
.TagClassName
{
border-color: #484472;
}
</style>