Shades of Corn Flower Blue #49476F
Tints of Corn Flower Blue #49476F
RGB
CMYK
RGB Variations
Color information
#49476F (or 0x49476F) is known color: Corn Flower Blue. HEX triplet: 49, 47 and 6F. RGB value is (73,71,111). Sum of RGB (Red+Green+Blue) = 73+71+111=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 111 - color contains mainly: blue. Hex color #49476F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49476F is #B6B890. Grayscale: #4C4C4C. Windows color (decimal): -11974801 or 7292745. OLE color: 7292745.
HSL color Cylindrical-coordinate representation of color #49476F: hue angle of 243º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #49476F is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 71 | 111 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.56 |
| HSL | 243º | 0.22% | 0.36% | - |
| HSV(B) | 243º | 0.36% | 0.44% | - |
| XYZ | 7.87 | 7.07 | 15.99 | - |
| YUV | 76.16 | 147.66 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 71 | 111 | 0.34 | 0.36 | 0 | 0.56 | 243 | 0.22 | 0.36 |
| Hex | 49 | 47 | 6F | 22 | 24 | 0 | 38 | F3 | 16 | 24 |
| Octal | 111 | 107 | 157 | 42 | 44 | 0 | 70 | 363 | 26 | 44 |
| Binary | 1001001 | 1000111 | 1101111 | 100010 | 100100 | 0 | 111000 | 11110011 | 10110 | 100100 |
Color Harmonies of #49476F
Complementary color
Monochromatic Colors of #49476F
Black with #49476F
Text Example
Text Example
White with #49476F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49476F; }
p { color: rgb(73,71,111); }
H1.HeaderClassName
{
color: #49476F;
}
.AnyTagClassName
{
color: #49476F;
}
</style>
background-color css
<style>
a { background-color: #49476F; }
a { background-color: rgb(73,71,111); }
div.DivClassName
{
background-color: #49476F;
}
.BgClassName
{
background-color: #49476F;
}
</style>
border-color css
<style>
span { border-color: #49476F; }
span { border-color: rgb(73,71,111); }
td.TdClassName
{
border-color: #49476F;
}
.TagClassName
{
border-color: #49476F;
}
</style>