Shades of Corn Flower Blue #484875
Tints of Corn Flower Blue #484875
RGB
CMYK
RGB Variations
Color information
#484875 (or 0x484875) is known color: Corn Flower Blue. HEX triplet: 48, 48 and 75. RGB value is (72,72,117). Sum of RGB (Red+Green+Blue) = 72+72+117=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #484875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484875 is #B7B78A. Grayscale: #4C4C4C. Windows color (decimal): -12040075 or 7686216. OLE color: 7686216.
HSL color Cylindrical-coordinate representation of color #484875: hue angle of 240º 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 #484875 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 72 | 117 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.54 |
| HSL | 240º | 0.24% | 0.37% | - |
| HSV(B) | 240º | 0.38% | 0.46% | - |
| XYZ | 8.2 | 7.3 | 17.81 | - |
| YUV | 77.13 | 150.5 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 72 | 117 | 0.38 | 0.38 | 0 | 0.54 | 240 | 0.24 | 0.37 |
| Hex | 48 | 48 | 75 | 26 | 26 | 0 | 36 | F0 | 18 | 25 |
| Octal | 110 | 110 | 165 | 46 | 46 | 0 | 66 | 360 | 30 | 45 |
| Binary | 1001000 | 1001000 | 1110101 | 100110 | 100110 | 0 | 110110 | 11110000 | 11000 | 100101 |
Color Harmonies of #484875
Complementary color
Monochromatic Colors of #484875
Black with #484875
Text Example
Text Example
White with #484875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484875; }
p { color: rgb(72,72,117); }
H1.HeaderClassName
{
color: #484875;
}
.AnyTagClassName
{
color: #484875;
}
</style>
background-color css
<style>
a { background-color: #484875; }
a { background-color: rgb(72,72,117); }
div.DivClassName
{
background-color: #484875;
}
.BgClassName
{
background-color: #484875;
}
</style>
border-color css
<style>
span { border-color: #484875; }
span { border-color: rgb(72,72,117); }
td.TdClassName
{
border-color: #484875;
}
.TagClassName
{
border-color: #484875;
}
</style>