Shades of Corn Flower Blue #484172
Tints of Corn Flower Blue #484172
RGB
CMYK
RGB Variations
Color information
#484172 (or 0x484172) is known color: Corn Flower Blue. HEX triplet: 48, 41 and 72. RGB value is (72,65,114). Sum of RGB (Red+Green+Blue) = 72+65+114=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #484172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484172 is #B7BE8D. Grayscale: #484848. Windows color (decimal): -12041870 or 7487816. OLE color: 7487816.
HSL color Cylindrical-coordinate representation of color #484172: hue angle of 248.57º 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 #484172 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 65 | 114 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.55 |
| HSL | 248.57º | 0.27% | 0.35% | - |
| HSV(B) | 248.57º | 0.43% | 0.45% | - |
| XYZ | 7.6 | 6.37 | 16.75 | - |
| YUV | 72.68 | 151.32 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 114 | 0.37 | 0.43 | 0 | 0.55 | 248.57 | 0.27 | 0.35 |
| Hex | 48 | 41 | 72 | 25 | 2B | 0 | 37 | F9 | 1B | 23 |
| Octal | 110 | 101 | 162 | 45 | 53 | 0 | 67 | 371 | 33 | 43 |
| Binary | 1001000 | 1000001 | 1110010 | 100101 | 101011 | 0 | 110111 | 11111001 | 11011 | 100011 |
Color Harmonies of #484172
Complementary color
Monochromatic Colors of #484172
Black with #484172
Text Example
Text Example
White with #484172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484172; }
p { color: rgb(72,65,114); }
H1.HeaderClassName
{
color: #484172;
}
.AnyTagClassName
{
color: #484172;
}
</style>
background-color css
<style>
a { background-color: #484172; }
a { background-color: rgb(72,65,114); }
div.DivClassName
{
background-color: #484172;
}
.BgClassName
{
background-color: #484172;
}
</style>
border-color css
<style>
span { border-color: #484172; }
span { border-color: rgb(72,65,114); }
td.TdClassName
{
border-color: #484172;
}
.TagClassName
{
border-color: #484172;
}
</style>