Shades of Corn Flower Blue #484A78
Tints of Corn Flower Blue #484A78
RGB
CMYK
RGB Variations
Color information
#484A78 (or 0x484A78) is known color: Corn Flower Blue. HEX triplet: 48, 4A and 78. RGB value is (72,74,120). Sum of RGB (Red+Green+Blue) = 72+74+120=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #484A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484A78 is #B7B587. Grayscale: #4E4E4E. Windows color (decimal): -12039560 or 7883336. OLE color: 7883336.
HSL color Cylindrical-coordinate representation of color #484A78: hue angle of 237.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #484A78 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 74 | 120 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.53 |
| HSL | 237.5º | 0.25% | 0.38% | - |
| HSV(B) | 237.5º | 0.4% | 0.47% | - |
| XYZ | 8.51 | 7.63 | 18.79 | - |
| YUV | 78.65 | 151.34 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 120 | 0.40 | 0.38 | 0 | 0.53 | 237.5 | 0.25 | 0.38 |
| Hex | 48 | 4A | 78 | 28 | 26 | 0 | 35 | EE | 19 | 26 |
| Octal | 110 | 112 | 170 | 50 | 46 | 0 | 65 | 356 | 31 | 46 |
| Binary | 1001000 | 1001010 | 1111000 | 101000 | 100110 | 0 | 110101 | 11101110 | 11001 | 100110 |
Color Harmonies of #484A78
Complementary color
Monochromatic Colors of #484A78
Black with #484A78
Text Example
Text Example
White with #484A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484A78; }
p { color: rgb(72,74,120); }
H1.HeaderClassName
{
color: #484A78;
}
.AnyTagClassName
{
color: #484A78;
}
</style>
background-color css
<style>
a { background-color: #484A78; }
a { background-color: rgb(72,74,120); }
div.DivClassName
{
background-color: #484A78;
}
.BgClassName
{
background-color: #484A78;
}
</style>
border-color css
<style>
span { border-color: #484A78; }
span { border-color: rgb(72,74,120); }
td.TdClassName
{
border-color: #484A78;
}
.TagClassName
{
border-color: #484A78;
}
</style>