Shades of Corn Flower Blue #484963
Tints of Corn Flower Blue #484963
RGB
CMYK
RGB Variations
Color information
#484963 (or 0x484963) is known color: Corn Flower Blue. HEX triplet: 48, 49 and 63. RGB value is (72,73,99). Sum of RGB (Red+Green+Blue) = 72+73+99=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 99 - color contains mainly: blue. Hex color #484963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484963 is #B7B69C. Grayscale: #4B4B4B. Windows color (decimal): -12039837 or 6506824. OLE color: 6506824.
HSL color Cylindrical-coordinate representation of color #484963: hue angle of 237.78º 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 #484963 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 73 | 99 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.61 |
| HSL | 237.78º | 0.16% | 0.34% | - |
| HSV(B) | 237.78º | 0.27% | 0.39% | - |
| XYZ | 7.31 | 7.04 | 12.78 | - |
| YUV | 75.67 | 141.17 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 99 | 0.27 | 0.26 | 0 | 0.61 | 237.78 | 0.16 | 0.34 |
| Hex | 48 | 49 | 63 | 1B | 1A | 0 | 3D | EE | 10 | 22 |
| Octal | 110 | 111 | 143 | 33 | 32 | 0 | 75 | 356 | 20 | 42 |
| Binary | 1001000 | 1001001 | 1100011 | 11011 | 11010 | 0 | 111101 | 11101110 | 10000 | 100010 |
Color Harmonies of #484963
Complementary color
Monochromatic Colors of #484963
Black with #484963
Text Example
Text Example
White with #484963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484963; }
p { color: rgb(72,73,99); }
H1.HeaderClassName
{
color: #484963;
}
.AnyTagClassName
{
color: #484963;
}
</style>
background-color css
<style>
a { background-color: #484963; }
a { background-color: rgb(72,73,99); }
div.DivClassName
{
background-color: #484963;
}
.BgClassName
{
background-color: #484963;
}
</style>
border-color css
<style>
span { border-color: #484963; }
span { border-color: rgb(72,73,99); }
td.TdClassName
{
border-color: #484963;
}
.TagClassName
{
border-color: #484963;
}
</style>