Shades of Corn Flower Blue #444466
Tints of Corn Flower Blue #444466
RGB
CMYK
RGB Variations
Color information
#444466 (or 0x444466) is known color: Corn Flower Blue. HEX triplet: 44, 44 and 66. RGB value is (68,68,102). Sum of RGB (Red+Green+Blue) = 68+68+102=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 102 - color contains mainly: blue. Hex color #444466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444466 is #BBBB99. Grayscale: #474747. Windows color (decimal): -12303258 or 6702148. OLE color: 6702148.
HSL color Cylindrical-coordinate representation of color #444466: hue angle of 240º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #444466 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 68 | 68 | 102 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.6 |
| HSL | 240º | 0.2% | 0.33% | - |
| HSV(B) | 240º | 0.33% | 0.4% | - |
| XYZ | 6.85 | 6.32 | 13.43 | - |
| YUV | 71.88 | 145 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 68 | 102 | 0.33 | 0.33 | 0 | 0.6 | 240 | 0.2 | 0.33 |
| Hex | 44 | 44 | 66 | 21 | 21 | 0 | 3C | F0 | 14 | 21 |
| Octal | 104 | 104 | 146 | 41 | 41 | 0 | 74 | 360 | 24 | 41 |
| Binary | 1000100 | 1000100 | 1100110 | 100001 | 100001 | 0 | 111100 | 11110000 | 10100 | 100001 |
Color Harmonies of #444466
Complementary color
Monochromatic Colors of #444466
Black with #444466
Text Example
Text Example
White with #444466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444466; }
p { color: rgb(68,68,102); }
H1.HeaderClassName
{
color: #444466;
}
.AnyTagClassName
{
color: #444466;
}
</style>
background-color css
<style>
a { background-color: #444466; }
a { background-color: rgb(68,68,102); }
div.DivClassName
{
background-color: #444466;
}
.BgClassName
{
background-color: #444466;
}
</style>
border-color css
<style>
span { border-color: #444466; }
span { border-color: rgb(68,68,102); }
td.TdClassName
{
border-color: #444466;
}
.TagClassName
{
border-color: #444466;
}
</style>