Shades of Corn Flower Blue #484763
Tints of Corn Flower Blue #484763
RGB
CMYK
RGB Variations
Color information
#484763 (or 0x484763) is known color: Corn Flower Blue. HEX triplet: 48, 47 and 63. RGB value is (72,71,99). Sum of RGB (Red+Green+Blue) = 72+71+99=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 99 - color contains mainly: blue. Hex color #484763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484763 is #B7B89C. Grayscale: #4A4A4A. Windows color (decimal): -12040349 or 6506312. OLE color: 6506312.
HSL color Cylindrical-coordinate representation of color #484763: hue angle of 242.14º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #484763 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 71 | 99 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.61 |
| HSL | 242.14º | 0.16% | 0.33% | - |
| HSV(B) | 242.14º | 0.28% | 0.39% | - |
| XYZ | 7.18 | 6.79 | 12.74 | - |
| YUV | 74.49 | 141.83 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 99 | 0.27 | 0.28 | 0 | 0.61 | 242.14 | 0.16 | 0.33 |
| Hex | 48 | 47 | 63 | 1B | 1C | 0 | 3D | F2 | 10 | 21 |
| Octal | 110 | 107 | 143 | 33 | 34 | 0 | 75 | 362 | 20 | 41 |
| Binary | 1001000 | 1000111 | 1100011 | 11011 | 11100 | 0 | 111101 | 11110010 | 10000 | 100001 |
Color Harmonies of #484763
Complementary color
Monochromatic Colors of #484763
Black with #484763
Text Example
Text Example
White with #484763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484763; }
p { color: rgb(72,71,99); }
H1.HeaderClassName
{
color: #484763;
}
.AnyTagClassName
{
color: #484763;
}
</style>
background-color css
<style>
a { background-color: #484763; }
a { background-color: rgb(72,71,99); }
div.DivClassName
{
background-color: #484763;
}
.BgClassName
{
background-color: #484763;
}
</style>
border-color css
<style>
span { border-color: #484763; }
span { border-color: rgb(72,71,99); }
td.TdClassName
{
border-color: #484763;
}
.TagClassName
{
border-color: #484763;
}
</style>