Shades of Corn Flower Blue #484975
Tints of Corn Flower Blue #484975
RGB
CMYK
RGB Variations
Color information
#484975 (or 0x484975) is known color: Corn Flower Blue. HEX triplet: 48, 49 and 75. RGB value is (72,73,117). Sum of RGB (Red+Green+Blue) = 72+73+117=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #484975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484975 is #B7B68A. Grayscale: #4D4D4D. Windows color (decimal): -12039819 or 7686472. OLE color: 7686472.
HSL color Cylindrical-coordinate representation of color #484975: hue angle of 238.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #484975 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 73 | 117 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.54 |
| HSL | 238.67º | 0.24% | 0.37% | - |
| HSV(B) | 238.67º | 0.38% | 0.46% | - |
| XYZ | 8.27 | 7.43 | 17.83 | - |
| YUV | 77.72 | 150.17 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 117 | 0.38 | 0.38 | 0 | 0.54 | 238.67 | 0.24 | 0.37 |
| Hex | 48 | 49 | 75 | 26 | 26 | 0 | 36 | EF | 18 | 25 |
| Octal | 110 | 111 | 165 | 46 | 46 | 0 | 66 | 357 | 30 | 45 |
| Binary | 1001000 | 1001001 | 1110101 | 100110 | 100110 | 0 | 110110 | 11101111 | 11000 | 100101 |
Color Harmonies of #484975
Complementary color
Monochromatic Colors of #484975
Black with #484975
Text Example
Text Example
White with #484975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484975; }
p { color: rgb(72,73,117); }
H1.HeaderClassName
{
color: #484975;
}
.AnyTagClassName
{
color: #484975;
}
</style>
background-color css
<style>
a { background-color: #484975; }
a { background-color: rgb(72,73,117); }
div.DivClassName
{
background-color: #484975;
}
.BgClassName
{
background-color: #484975;
}
</style>
border-color css
<style>
span { border-color: #484975; }
span { border-color: rgb(72,73,117); }
td.TdClassName
{
border-color: #484975;
}
.TagClassName
{
border-color: #484975;
}
</style>