#44426E

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

Shades of Corn Flower Blue #44426E

Tints of Corn Flower Blue #44426E

Color information

#44426E (or 0x44426E) is unknown color: approx Corn Flower Blue. HEX triplet: 44, 42 and 6E. RGB value is (68,66,110). Sum of RGB (Red+Green+Blue) = 68+66+110=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 110 - color contains mainly: blue. Hex color #44426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44426E is #BBBD91. Grayscale: #474747. Windows color (decimal): -12303762 or 7225924. OLE color: 7225924.

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

Color convert

RGB6866110-
CMYK0.380.400.57
HSL242.73º25%34.51%-
HSV(B)242.73º40%43.14%-
XYZ7.156.2515.58-
YUV71.61149.66125.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.87%
GREEN value IS 66 (26.17% from 255) = 27.05%
BLUE value IS 110 (43.36% from 255) = 45.08%
R=27.87%
G=27.05%
B=45.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68661100.380.400.57242.732534.51
Hex44426E2628039f31923
Octal10410215646500713633143
Binary10001001000010110111010011010100001110011111001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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