#44416B

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

Shades of Corn Flower Blue #44416B

Tints of Corn Flower Blue #44416B

Color information

#44416B (or 0x44416B) is unknown color: approx Corn Flower Blue. HEX triplet: 44, 41 and 6B. RGB value is (68,65,107). Sum of RGB (Red+Green+Blue) = 68+65+107=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 107 - color contains mainly: blue. Hex color #44416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44416B is #BBBE94. Grayscale: #464646. Windows color (decimal): -12304021 or 7029060. OLE color: 7029060.

HSL color Cylindrical-coordinate representation of color #44416B: hue angle of 244.29º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #44416B is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6865107-
CMYK0.360.3900.58
HSL244.29º24.42%33.73%-
HSV(B)244.29º39.25%41.96%-
XYZ6.936.0714.72-
YUV70.68148.49126.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.33%
GREEN value IS 65 (25.78% from 255) = 27.08%
BLUE value IS 107 (42.19% from 255) = 44.58%
R=28.33%
G=27.08%
B=44.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68651070.360.3900.58244.2924.4233.73
Hex44416B242703Af41822
Octal10410115344470723643042
Binary10001001000001110101110010010011101110101111010011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44416B; }

 p { color: rgb(68,65,107); }

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

<style>
 a { background-color: #44416B; }

 a { background-color: rgb(68,65,107); }

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

<style>
 span { border-color: #44416B; }

 span { border-color: rgb(68,65,107); }

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