Shades of Corn Flower Blue #484379
Tints of Corn Flower Blue #484379
RGB
CMYK
RGB Variations
Color information
#484379 (or 0x484379) is known color: Corn Flower Blue. HEX triplet: 48, 43 and 79. RGB value is (72,67,121). Sum of RGB (Red+Green+Blue) = 72+67+121=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 121 (47.66% from 255 or 46.54% from 260); Max value from RGB is 121 - color contains mainly: blue. Hex color #484379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484379 is #B7BC86. Grayscale: #4A4A4A. Windows color (decimal): -12041351 or 7947080. OLE color: 7947080.
HSL color Cylindrical-coordinate representation of color #484379: hue angle of 245.56º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #484379 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 67 | 121 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.53 |
| HSL | 245.56º | 0.29% | 0.37% | - |
| HSV(B) | 245.56º | 0.45% | 0.47% | - |
| XYZ | 8.13 | 6.77 | 18.97 | - |
| YUV | 74.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 121 | 0.40 | 0.45 | 0 | 0.53 | 245.56 | 0.29 | 0.37 |
| Hex | 48 | 43 | 79 | 28 | 2D | 0 | 35 | F6 | 1D | 25 |
| Octal | 110 | 103 | 171 | 50 | 55 | 0 | 65 | 366 | 35 | 45 |
| Binary | 1001000 | 1000011 | 1111001 | 101000 | 101101 | 0 | 110101 | 11110110 | 11101 | 100101 |
Color Harmonies of #484379
Complementary color
Monochromatic Colors of #484379
Black with #484379
Text Example
Text Example
White with #484379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484379; }
p { color: rgb(72,67,121); }
H1.HeaderClassName
{
color: #484379;
}
.AnyTagClassName
{
color: #484379;
}
</style>
background-color css
<style>
a { background-color: #484379; }
a { background-color: rgb(72,67,121); }
div.DivClassName
{
background-color: #484379;
}
.BgClassName
{
background-color: #484379;
}
</style>
border-color css
<style>
span { border-color: #484379; }
span { border-color: rgb(72,67,121); }
td.TdClassName
{
border-color: #484379;
}
.TagClassName
{
border-color: #484379;
}
</style>