Shades of Corn Flower Blue #484671
Tints of Corn Flower Blue #484671
RGB
CMYK
RGB Variations
Color information
#484671 (or 0x484671) is known color: Corn Flower Blue. HEX triplet: 48, 46 and 71. RGB value is (72,70,113). Sum of RGB (Red+Green+Blue) = 72+70+113=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #484671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484671 is #B7B98E. Grayscale: #4B4B4B. Windows color (decimal): -12040591 or 7423560. OLE color: 7423560.
HSL color Cylindrical-coordinate representation of color #484671: hue angle of 242.79º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #484671 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 70 | 113 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.56 |
| HSL | 242.79º | 0.23% | 0.36% | - |
| HSV(B) | 242.79º | 0.38% | 0.44% | - |
| XYZ | 7.84 | 6.95 | 16.55 | - |
| YUV | 75.5 | 149.16 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 70 | 113 | 0.36 | 0.38 | 0 | 0.56 | 242.79 | 0.23 | 0.36 |
| Hex | 48 | 46 | 71 | 24 | 26 | 0 | 38 | F3 | 17 | 24 |
| Octal | 110 | 106 | 161 | 44 | 46 | 0 | 70 | 363 | 27 | 44 |
| Binary | 1001000 | 1000110 | 1110001 | 100100 | 100110 | 0 | 111000 | 11110011 | 10111 | 100100 |
Color Harmonies of #484671
Complementary color
Monochromatic Colors of #484671
Black with #484671
Text Example
Text Example
White with #484671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484671; }
p { color: rgb(72,70,113); }
H1.HeaderClassName
{
color: #484671;
}
.AnyTagClassName
{
color: #484671;
}
</style>
background-color css
<style>
a { background-color: #484671; }
a { background-color: rgb(72,70,113); }
div.DivClassName
{
background-color: #484671;
}
.BgClassName
{
background-color: #484671;
}
</style>
border-color css
<style>
span { border-color: #484671; }
span { border-color: rgb(72,70,113); }
td.TdClassName
{
border-color: #484671;
}
.TagClassName
{
border-color: #484671;
}
</style>