#44406C

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

Shades of Corn Flower Blue #44406C

Tints of Corn Flower Blue #44406C

Color information

#44406C (or 0x44406C) is unknown color: approx Corn Flower Blue. HEX triplet: 44, 40 and 6C. RGB value is (68,64,108). Sum of RGB (Red+Green+Blue) = 68+64+108=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 108 - color contains mainly: blue. Hex color #44406C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44406C is #BBBF93. Grayscale: #464646. Windows color (decimal): -12304276 or 7094340. OLE color: 7094340.

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

Color convert

RGB6864108-
CMYK0.370.4100.58
HSL245.45º25.58%33.73%-
HSV(B)245.45º40.74%42.35%-
XYZ6.925.9814.98-
YUV70.21149.33126.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.33%
GREEN value IS 64 (25.39% from 255) = 26.67%
BLUE value IS 108 (42.58% from 255) = 45%
R=28.33%
G=26.67%
B=45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68641080.370.4100.58245.4525.5833.73
Hex44406C252903Af51a22
Octal10410015445510723653242
Binary10001001000000110110010010110100101110101111010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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