Shades of Corn Flower Blue #484773
Tints of Corn Flower Blue #484773
RGB
CMYK
RGB Variations
Color information
#484773 (or 0x484773) is known color: Corn Flower Blue. HEX triplet: 48, 47 and 73. RGB value is (72,71,115). Sum of RGB (Red+Green+Blue) = 72+71+115=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #484773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484773 is #B7B88C. Grayscale: #4C4C4C. Windows color (decimal): -12040333 or 7554888. OLE color: 7554888.
HSL color Cylindrical-coordinate representation of color #484773: hue angle of 241.36º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #484773 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 71 | 115 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.55 |
| HSL | 241.36º | 0.24% | 0.36% | - |
| HSV(B) | 241.36º | 0.38% | 0.45% | - |
| XYZ | 8.02 | 7.12 | 17.17 | - |
| YUV | 76.32 | 149.83 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 115 | 0.37 | 0.38 | 0 | 0.55 | 241.36 | 0.24 | 0.36 |
| Hex | 48 | 47 | 73 | 25 | 26 | 0 | 37 | F1 | 18 | 24 |
| Octal | 110 | 107 | 163 | 45 | 46 | 0 | 67 | 361 | 30 | 44 |
| Binary | 1001000 | 1000111 | 1110011 | 100101 | 100110 | 0 | 110111 | 11110001 | 11000 | 100100 |
Color Harmonies of #484773
Complementary color
Monochromatic Colors of #484773
Black with #484773
Text Example
Text Example
White with #484773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484773; }
p { color: rgb(72,71,115); }
H1.HeaderClassName
{
color: #484773;
}
.AnyTagClassName
{
color: #484773;
}
</style>
background-color css
<style>
a { background-color: #484773; }
a { background-color: rgb(72,71,115); }
div.DivClassName
{
background-color: #484773;
}
.BgClassName
{
background-color: #484773;
}
</style>
border-color css
<style>
span { border-color: #484773; }
span { border-color: rgb(72,71,115); }
td.TdClassName
{
border-color: #484773;
}
.TagClassName
{
border-color: #484773;
}
</style>