#44406E

Color #44406E Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #44406E

Tints of Corn Flower Blue #44406E

Color information

#44406E (or 0x44406E) is unknown color: approx Corn Flower Blue. HEX triplet: 44, 40 and 6E. RGB value is (68,64,110). Sum of RGB (Red+Green+Blue) = 68+64+110=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #44406E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44406E is #BBBF91. Grayscale: #464646. Windows color (decimal): -12304274 or 7225412. OLE color: 7225412.

HSL color Cylindrical-coordinate representation of color #44406E: hue angle of 245.22º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #44406E is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6864110-
CMYK0.380.4200.57
HSL245.22º26.44%34.12%-
HSV(B)245.22º41.82%43.14%-
XYZ7.036.0215.54-
YUV70.44150.33126.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 28.10%
GREEN value IS 64 (25.39% from 255) = 26.45%
BLUE value IS 110 (43.36% from 255) = 45.45%
R=28.10%
G=26.45%
B=45.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68641100.380.4200.57245.2226.4434.12
Hex44406E262A039f51a22
Octal10410015646520713653242
Binary10001001000000110111010011010101001110011111010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44406E; }

 p { color: rgb(68,64,110); }

 H1.HeaderClassName
 {
   color: #44406E;
 }
 .AnyTagClassName
 {
   color: #44406E;
 }
</style>
background-color css

<style>
 a { background-color: #44406E; }

 a { background-color: rgb(68,64,110); }

 div.DivClassName
 {
   background-color: #44406E;
 }
 .BgClassName
 {
   background-color: #44406E;
 }
</style>
border-color css

<style>
 span { border-color: #44406E; }

 span { border-color: rgb(68,64,110); }

 td.TdClassName
 {
   border-color: #44406E;
 }
 .TagClassName
 {
   border-color: #44406E;
 }
</style>