Shades of Corn Flower Blue #444270
Tints of Corn Flower Blue #444270
RGB
CMYK
RGB Variations
Color information
#444270 (or 0x444270) is known color: Corn Flower Blue. HEX triplet: 44, 42 and 70. RGB value is (68,66,112). Sum of RGB (Red+Green+Blue) = 68+66+112=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #444270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444270 is #BBBD8F. Grayscale: #474747. Windows color (decimal): -12303760 or 7356996. OLE color: 7356996.
HSL color Cylindrical-coordinate representation of color #444270: hue angle of 242.61º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #444270 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 66 | 112 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.56 |
| HSL | 242.61º | 0.26% | 0.35% | - |
| HSV(B) | 242.61º | 0.41% | 0.44% | - |
| XYZ | 7.26 | 6.3 | 16.16 | - |
| YUV | 71.84 | 150.66 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 66 | 112 | 0.39 | 0.41 | 0 | 0.56 | 242.61 | 0.26 | 0.35 |
| Hex | 44 | 42 | 70 | 27 | 29 | 0 | 38 | F3 | 1A | 23 |
| Octal | 104 | 102 | 160 | 47 | 51 | 0 | 70 | 363 | 32 | 43 |
| Binary | 1000100 | 1000010 | 1110000 | 100111 | 101001 | 0 | 111000 | 11110011 | 11010 | 100011 |
Color Harmonies of #444270
Complementary color
Monochromatic Colors of #444270
Black with #444270
Text Example
Text Example
White with #444270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444270; }
p { color: rgb(68,66,112); }
H1.HeaderClassName
{
color: #444270;
}
.AnyTagClassName
{
color: #444270;
}
</style>
background-color css
<style>
a { background-color: #444270; }
a { background-color: rgb(68,66,112); }
div.DivClassName
{
background-color: #444270;
}
.BgClassName
{
background-color: #444270;
}
</style>
border-color css
<style>
span { border-color: #444270; }
span { border-color: rgb(68,66,112); }
td.TdClassName
{
border-color: #444270;
}
.TagClassName
{
border-color: #444270;
}
</style>