Shades of Corn Flower Blue #48416E
Tints of Corn Flower Blue #48416E
RGB
CMYK
RGB Variations
Color information
#48416E (or 0x48416E) is known color: Corn Flower Blue. HEX triplet: 48, 41 and 6E. RGB value is (72,65,110). Sum of RGB (Red+Green+Blue) = 72+65+110=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 110 - color contains mainly: blue. Hex color #48416E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48416E is #B7BE91. Grayscale: #484848. Windows color (decimal): -12041874 or 7225672. OLE color: 7225672.
HSL color Cylindrical-coordinate representation of color #48416E: hue angle of 249.33º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #48416E is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 65 | 110 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.57 |
| HSL | 249.33º | 0.26% | 0.34% | - |
| HSV(B) | 249.33º | 0.41% | 0.43% | - |
| XYZ | 7.38 | 6.28 | 15.58 | - |
| YUV | 72.22 | 149.32 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 110 | 0.35 | 0.41 | 0 | 0.57 | 249.33 | 0.26 | 0.34 |
| Hex | 48 | 41 | 6E | 23 | 29 | 0 | 39 | F9 | 1A | 22 |
| Octal | 110 | 101 | 156 | 43 | 51 | 0 | 71 | 371 | 32 | 42 |
| Binary | 1001000 | 1000001 | 1101110 | 100011 | 101001 | 0 | 111001 | 11111001 | 11010 | 100010 |
Color Harmonies of #48416E
Complementary color
Monochromatic Colors of #48416E
Black with #48416E
Text Example
Text Example
White with #48416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48416E; }
p { color: rgb(72,65,110); }
H1.HeaderClassName
{
color: #48416E;
}
.AnyTagClassName
{
color: #48416E;
}
</style>
background-color css
<style>
a { background-color: #48416E; }
a { background-color: rgb(72,65,110); }
div.DivClassName
{
background-color: #48416E;
}
.BgClassName
{
background-color: #48416E;
}
</style>
border-color css
<style>
span { border-color: #48416E; }
span { border-color: rgb(72,65,110); }
td.TdClassName
{
border-color: #48416E;
}
.TagClassName
{
border-color: #48416E;
}
</style>