Shades of Corn Flower Blue #49487A
Tints of Corn Flower Blue #49487A
RGB
CMYK
RGB Variations
Color information
#49487A (or 0x49487A) is known color: Corn Flower Blue. HEX triplet: 49, 48 and 7A. RGB value is (73,72,122). Sum of RGB (Red+Green+Blue) = 73+72+122=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 122 - color contains mainly: blue. Hex color #49487A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49487A is #B6B785. Grayscale: #4D4D4D. Windows color (decimal): -11974534 or 8013897. OLE color: 8013897.
HSL color Cylindrical-coordinate representation of color #49487A: hue angle of 241.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49487A is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 72 | 122 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.52 |
| HSL | 241.2º | 0.26% | 0.38% | - |
| HSV(B) | 241.2º | 0.41% | 0.48% | - |
| XYZ | 8.58 | 7.46 | 19.4 | - |
| YUV | 78 | 152.83 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 122 | 0.40 | 0.41 | 0 | 0.52 | 241.2 | 0.26 | 0.38 |
| Hex | 49 | 48 | 7A | 28 | 29 | 0 | 34 | F1 | 1A | 26 |
| Octal | 111 | 110 | 172 | 50 | 51 | 0 | 64 | 361 | 32 | 46 |
| Binary | 1001001 | 1001000 | 1111010 | 101000 | 101001 | 0 | 110100 | 11110001 | 11010 | 100110 |
Color Harmonies of #49487A
Complementary color
Monochromatic Colors of #49487A
Black with #49487A
Text Example
Text Example
White with #49487A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49487A; }
p { color: rgb(73,72,122); }
H1.HeaderClassName
{
color: #49487A;
}
.AnyTagClassName
{
color: #49487A;
}
</style>
background-color css
<style>
a { background-color: #49487A; }
a { background-color: rgb(73,72,122); }
div.DivClassName
{
background-color: #49487A;
}
.BgClassName
{
background-color: #49487A;
}
</style>
border-color css
<style>
span { border-color: #49487A; }
span { border-color: rgb(73,72,122); }
td.TdClassName
{
border-color: #49487A;
}
.TagClassName
{
border-color: #49487A;
}
</style>