Shades of Corn Flower Blue #484863
Tints of Corn Flower Blue #484863
RGB
CMYK
RGB Variations
Color information
#484863 (or 0x484863) is known color: Corn Flower Blue. HEX triplet: 48, 48 and 63. RGB value is (72,72,99). Sum of RGB (Red+Green+Blue) = 72+72+99=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 99 - color contains mainly: blue. Hex color #484863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484863 is #B7B79C. Grayscale: #4A4A4A. Windows color (decimal): -12040093 or 6506568. OLE color: 6506568.
HSL color Cylindrical-coordinate representation of color #484863: hue angle of 240º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #484863 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 72 | 99 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.61 |
| HSL | 240º | 0.16% | 0.34% | - |
| HSV(B) | 240º | 0.27% | 0.39% | - |
| XYZ | 7.24 | 6.91 | 12.76 | - |
| YUV | 75.08 | 141.5 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 72 | 99 | 0.27 | 0.27 | 0 | 0.61 | 240 | 0.16 | 0.34 |
| Hex | 48 | 48 | 63 | 1B | 1B | 0 | 3D | F0 | 10 | 22 |
| Octal | 110 | 110 | 143 | 33 | 33 | 0 | 75 | 360 | 20 | 42 |
| Binary | 1001000 | 1001000 | 1100011 | 11011 | 11011 | 0 | 111101 | 11110000 | 10000 | 100010 |
Color Harmonies of #484863
Complementary color
Monochromatic Colors of #484863
Black with #484863
Text Example
Text Example
White with #484863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484863; }
p { color: rgb(72,72,99); }
H1.HeaderClassName
{
color: #484863;
}
.AnyTagClassName
{
color: #484863;
}
</style>
background-color css
<style>
a { background-color: #484863; }
a { background-color: rgb(72,72,99); }
div.DivClassName
{
background-color: #484863;
}
.BgClassName
{
background-color: #484863;
}
</style>
border-color css
<style>
span { border-color: #484863; }
span { border-color: rgb(72,72,99); }
td.TdClassName
{
border-color: #484863;
}
.TagClassName
{
border-color: #484863;
}
</style>