Shades of Corn Flower Blue #44456F
Tints of Corn Flower Blue #44456F
RGB
CMYK
RGB Variations
Color information
#44456F (or 0x44456F) is known color: Corn Flower Blue. HEX triplet: 44, 45 and 6F. RGB value is (68,69,111). Sum of RGB (Red+Green+Blue) = 68+69+111=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 111 - color contains mainly: blue. Hex color #44456F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44456F is #BBBA90. Grayscale: #494949. Windows color (decimal): -12302993 or 7292228. OLE color: 7292228.
HSL color Cylindrical-coordinate representation of color #44456F: hue angle of 238.6º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #44456F is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 69 | 111 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.56 |
| HSL | 238.6º | 0.24% | 0.35% | - |
| HSV(B) | 238.6º | 0.39% | 0.44% | - |
| XYZ | 7.38 | 6.63 | 15.93 | - |
| YUV | 73.49 | 149.17 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 69 | 111 | 0.39 | 0.38 | 0 | 0.56 | 238.6 | 0.24 | 0.35 |
| Hex | 44 | 45 | 6F | 27 | 26 | 0 | 38 | EF | 18 | 23 |
| Octal | 104 | 105 | 157 | 47 | 46 | 0 | 70 | 357 | 30 | 43 |
| Binary | 1000100 | 1000101 | 1101111 | 100111 | 100110 | 0 | 111000 | 11101111 | 11000 | 100011 |
Color Harmonies of #44456F
Complementary color
Monochromatic Colors of #44456F
Black with #44456F
Text Example
Text Example
White with #44456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44456F; }
p { color: rgb(68,69,111); }
H1.HeaderClassName
{
color: #44456F;
}
.AnyTagClassName
{
color: #44456F;
}
</style>
background-color css
<style>
a { background-color: #44456F; }
a { background-color: rgb(68,69,111); }
div.DivClassName
{
background-color: #44456F;
}
.BgClassName
{
background-color: #44456F;
}
</style>
border-color css
<style>
span { border-color: #44456F; }
span { border-color: rgb(68,69,111); }
td.TdClassName
{
border-color: #44456F;
}
.TagClassName
{
border-color: #44456F;
}
</style>