Shades of Corn Flower Blue #44476C
Tints of Corn Flower Blue #44476C
RGB
CMYK
RGB Variations
Color information
#44476C (or 0x44476C) is known color: Corn Flower Blue. HEX triplet: 44, 47 and 6C. RGB value is (68,71,108). Sum of RGB (Red+Green+Blue) = 68+71+108=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #44476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44476C is #BBB893. Grayscale: #4A4A4A. Windows color (decimal): -12302484 or 7096132. OLE color: 7096132.
HSL color Cylindrical-coordinate representation of color #44476C: hue angle of 235.5º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #44476C is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 71 | 108 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.58 |
| HSL | 235.5º | 0.23% | 0.35% | - |
| HSV(B) | 235.5º | 0.37% | 0.42% | - |
| XYZ | 7.34 | 6.82 | 15.12 | - |
| YUV | 74.32 | 147.01 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 71 | 108 | 0.37 | 0.34 | 0 | 0.58 | 235.5 | 0.23 | 0.35 |
| Hex | 44 | 47 | 6C | 25 | 22 | 0 | 3A | EC | 17 | 23 |
| Octal | 104 | 107 | 154 | 45 | 42 | 0 | 72 | 354 | 27 | 43 |
| Binary | 1000100 | 1000111 | 1101100 | 100101 | 100010 | 0 | 111010 | 11101100 | 10111 | 100011 |
Color Harmonies of #44476C
Complementary color
Monochromatic Colors of #44476C
Black with #44476C
Text Example
Text Example
White with #44476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44476C; }
p { color: rgb(68,71,108); }
H1.HeaderClassName
{
color: #44476C;
}
.AnyTagClassName
{
color: #44476C;
}
</style>
background-color css
<style>
a { background-color: #44476C; }
a { background-color: rgb(68,71,108); }
div.DivClassName
{
background-color: #44476C;
}
.BgClassName
{
background-color: #44476C;
}
</style>
border-color css
<style>
span { border-color: #44476C; }
span { border-color: rgb(68,71,108); }
td.TdClassName
{
border-color: #44476C;
}
.TagClassName
{
border-color: #44476C;
}
</style>