Shades of Corn Flower Blue #48496C
Tints of Corn Flower Blue #48496C
RGB
CMYK
RGB Variations
Color information
#48496C (or 0x48496C) is known color: Corn Flower Blue. HEX triplet: 48, 49 and 6C. RGB value is (72,73,108). Sum of RGB (Red+Green+Blue) = 72+73+108=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #48496C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48496C is #B7B693. Grayscale: #4C4C4C. Windows color (decimal): -12039828 or 7096648. OLE color: 7096648.
HSL color Cylindrical-coordinate representation of color #48496C: hue angle of 238.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #48496C is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 73 | 108 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.58 |
| HSL | 238.33º | 0.2% | 0.35% | - |
| HSV(B) | 238.33º | 0.33% | 0.42% | - |
| XYZ | 7.76 | 7.23 | 15.17 | - |
| YUV | 76.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 108 | 0.33 | 0.32 | 0 | 0.58 | 238.33 | 0.2 | 0.35 |
| Hex | 48 | 49 | 6C | 21 | 20 | 0 | 3A | EE | 14 | 23 |
| Octal | 110 | 111 | 154 | 41 | 40 | 0 | 72 | 356 | 24 | 43 |
| Binary | 1001000 | 1001001 | 1101100 | 100001 | 100000 | 0 | 111010 | 11101110 | 10100 | 100011 |
Color Harmonies of #48496C
Complementary color
Monochromatic Colors of #48496C
Black with #48496C
Text Example
Text Example
White with #48496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48496C; }
p { color: rgb(72,73,108); }
H1.HeaderClassName
{
color: #48496C;
}
.AnyTagClassName
{
color: #48496C;
}
</style>
background-color css
<style>
a { background-color: #48496C; }
a { background-color: rgb(72,73,108); }
div.DivClassName
{
background-color: #48496C;
}
.BgClassName
{
background-color: #48496C;
}
</style>
border-color css
<style>
span { border-color: #48496C; }
span { border-color: rgb(72,73,108); }
td.TdClassName
{
border-color: #48496C;
}
.TagClassName
{
border-color: #48496C;
}
</style>