Shades of Corn Flower Blue #44466B
Tints of Corn Flower Blue #44466B
RGB
CMYK
RGB Variations
Color information
#44466B (or 0x44466B) is known color: Corn Flower Blue. HEX triplet: 44, 46 and 6B. RGB value is (68,70,107). Sum of RGB (Red+Green+Blue) = 68+70+107=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #44466B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44466B is #BBB994. Grayscale: #494949. Windows color (decimal): -12302741 or 7030340. OLE color: 7030340.
HSL color Cylindrical-coordinate representation of color #44466B: hue angle of 236.92º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #44466B is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 70 | 107 | - |
| CMYK | 0.36 | 0.35 | 0 | 0.58 |
| HSL | 236.92º | 0.22% | 0.34% | - |
| HSV(B) | 236.92º | 0.36% | 0.42% | - |
| XYZ | 7.23 | 6.67 | 14.82 | - |
| YUV | 73.62 | 146.84 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 70 | 107 | 0.36 | 0.35 | 0 | 0.58 | 236.92 | 0.22 | 0.34 |
| Hex | 44 | 46 | 6B | 24 | 23 | 0 | 3A | ED | 16 | 22 |
| Octal | 104 | 106 | 153 | 44 | 43 | 0 | 72 | 355 | 26 | 42 |
| Binary | 1000100 | 1000110 | 1101011 | 100100 | 100011 | 0 | 111010 | 11101101 | 10110 | 100010 |
Color Harmonies of #44466B
Complementary color
Monochromatic Colors of #44466B
Black with #44466B
Text Example
Text Example
White with #44466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44466B; }
p { color: rgb(68,70,107); }
H1.HeaderClassName
{
color: #44466B;
}
.AnyTagClassName
{
color: #44466B;
}
</style>
background-color css
<style>
a { background-color: #44466B; }
a { background-color: rgb(68,70,107); }
div.DivClassName
{
background-color: #44466B;
}
.BgClassName
{
background-color: #44466B;
}
</style>
border-color css
<style>
span { border-color: #44466B; }
span { border-color: rgb(68,70,107); }
td.TdClassName
{
border-color: #44466B;
}
.TagClassName
{
border-color: #44466B;
}
</style>