Shades of Corn Flower Blue #484464
Tints of Corn Flower Blue #484464
RGB
CMYK
RGB Variations
Color information
#484464 (or 0x484464) is known color: Corn Flower Blue. HEX triplet: 48, 44 and 64. RGB value is (72,68,100). Sum of RGB (Red+Green+Blue) = 72+68+100=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 100 - color contains mainly: blue. Hex color #484464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484464 is #B7BB9B. Grayscale: #484848. Windows color (decimal): -12041116 or 6571080. OLE color: 6571080.
HSL color Cylindrical-coordinate representation of color #484464: hue angle of 247.5º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #484464 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 68 | 100 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.61 |
| HSL | 247.5º | 0.19% | 0.33% | - |
| HSV(B) | 247.5º | 0.32% | 0.39% | - |
| XYZ | 7.04 | 6.43 | 12.93 | - |
| YUV | 72.84 | 143.33 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 68 | 100 | 0.28 | 0.32 | 0 | 0.61 | 247.5 | 0.19 | 0.33 |
| Hex | 48 | 44 | 64 | 1C | 20 | 0 | 3D | F8 | 13 | 21 |
| Octal | 110 | 104 | 144 | 34 | 40 | 0 | 75 | 370 | 23 | 41 |
| Binary | 1001000 | 1000100 | 1100100 | 11100 | 100000 | 0 | 111101 | 11111000 | 10011 | 100001 |
Color Harmonies of #484464
Complementary color
Monochromatic Colors of #484464
Black with #484464
Text Example
Text Example
White with #484464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484464; }
p { color: rgb(72,68,100); }
H1.HeaderClassName
{
color: #484464;
}
.AnyTagClassName
{
color: #484464;
}
</style>
background-color css
<style>
a { background-color: #484464; }
a { background-color: rgb(72,68,100); }
div.DivClassName
{
background-color: #484464;
}
.BgClassName
{
background-color: #484464;
}
</style>
border-color css
<style>
span { border-color: #484464; }
span { border-color: rgb(72,68,100); }
td.TdClassName
{
border-color: #484464;
}
.TagClassName
{
border-color: #484464;
}
</style>