Shades of Corn Flower Blue #484073
Tints of Corn Flower Blue #484073
RGB
CMYK
RGB Variations
Color information
#484073 (or 0x484073) is known color: Corn Flower Blue. HEX triplet: 48, 40 and 73. RGB value is (72,64,115). Sum of RGB (Red+Green+Blue) = 72+64+115=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #484073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484073 is #B7BF8C. Grayscale: #484848. Windows color (decimal): -12042125 or 7553096. OLE color: 7553096.
HSL color Cylindrical-coordinate representation of color #484073: hue angle of 249.41º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #484073 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 64 | 115 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.55 |
| HSL | 249.41º | 0.28% | 0.35% | - |
| HSV(B) | 249.41º | 0.44% | 0.45% | - |
| XYZ | 7.6 | 6.28 | 17.03 | - |
| YUV | 72.21 | 152.15 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 115 | 0.37 | 0.44 | 0 | 0.55 | 249.41 | 0.28 | 0.35 |
| Hex | 48 | 40 | 73 | 25 | 2C | 0 | 37 | F9 | 1C | 23 |
| Octal | 110 | 100 | 163 | 45 | 54 | 0 | 67 | 371 | 34 | 43 |
| Binary | 1001000 | 1000000 | 1110011 | 100101 | 101100 | 0 | 110111 | 11111001 | 11100 | 100011 |
Color Harmonies of #484073
Complementary color
Monochromatic Colors of #484073
Black with #484073
Text Example
Text Example
White with #484073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484073; }
p { color: rgb(72,64,115); }
H1.HeaderClassName
{
color: #484073;
}
.AnyTagClassName
{
color: #484073;
}
</style>
background-color css
<style>
a { background-color: #484073; }
a { background-color: rgb(72,64,115); }
div.DivClassName
{
background-color: #484073;
}
.BgClassName
{
background-color: #484073;
}
</style>
border-color css
<style>
span { border-color: #484073; }
span { border-color: rgb(72,64,115); }
td.TdClassName
{
border-color: #484073;
}
.TagClassName
{
border-color: #484073;
}
</style>