Shades of Corn Flower Blue #48496A
Tints of Corn Flower Blue #48496A
RGB
CMYK
RGB Variations
Color information
#48496A (or 0x48496A) is known color: Corn Flower Blue. HEX triplet: 48, 49 and 6A. RGB value is (72,73,106). Sum of RGB (Red+Green+Blue) = 72+73+106=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 106 - color contains mainly: blue. Hex color #48496A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48496A is #B7B695. Grayscale: #4C4C4C. Windows color (decimal): -12039830 or 6965576. OLE color: 6965576.
HSL color Cylindrical-coordinate representation of color #48496A: hue angle of 238.24º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #48496A is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 73 | 106 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.58 |
| HSL | 238.24º | 0.19% | 0.35% | - |
| HSV(B) | 238.24º | 0.32% | 0.42% | - |
| XYZ | 7.66 | 7.18 | 14.62 | - |
| YUV | 76.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 106 | 0.32 | 0.31 | 0 | 0.58 | 238.24 | 0.19 | 0.35 |
| Hex | 48 | 49 | 6A | 20 | 1F | 0 | 3A | EE | 13 | 23 |
| Octal | 110 | 111 | 152 | 40 | 37 | 0 | 72 | 356 | 23 | 43 |
| Binary | 1001000 | 1001001 | 1101010 | 100000 | 11111 | 0 | 111010 | 11101110 | 10011 | 100011 |
Color Harmonies of #48496A
Complementary color
Monochromatic Colors of #48496A
Black with #48496A
Text Example
Text Example
White with #48496A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48496A; }
p { color: rgb(72,73,106); }
H1.HeaderClassName
{
color: #48496A;
}
.AnyTagClassName
{
color: #48496A;
}
</style>
background-color css
<style>
a { background-color: #48496A; }
a { background-color: rgb(72,73,106); }
div.DivClassName
{
background-color: #48496A;
}
.BgClassName
{
background-color: #48496A;
}
</style>
border-color css
<style>
span { border-color: #48496A; }
span { border-color: rgb(72,73,106); }
td.TdClassName
{
border-color: #48496A;
}
.TagClassName
{
border-color: #48496A;
}
</style>