#444972

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

Shades of Corn Flower Blue #444972

Tints of Corn Flower Blue #444972

Color information

#444972 (or 0x444972) is unknown color: approx Corn Flower Blue. HEX triplet: 44, 49 and 72. RGB value is (68,73,114). Sum of RGB (Red+Green+Blue) = 68+73+114=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: blue. Hex color #444972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444972 is #BBB68D. Grayscale: #4C4C4C. Windows color (decimal): -12301966 or 7489860. OLE color: 7489860.

HSL color Cylindrical-coordinate representation of color #444972: hue angle of 233.48º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #444972 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6873114-
CMYK0.400.3600.55
HSL233.48º25.27%35.69%-
HSV(B)233.48º40.35%44.71%-
XYZ7.87.2116.9-
YUV76.18149.34122.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.67%
GREEN value IS 73 (28.91% from 255) = 28.63%
BLUE value IS 114 (44.92% from 255) = 44.71%
R=26.67%
G=28.63%
B=44.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68731140.400.3600.55233.4825.2735.69
Hex4449722824037e91924
Octal10411116250440673513144
Binary10001001001001111001010100010010001101111110100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444972; }

 p { color: rgb(68,73,114); }

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

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

 a { background-color: rgb(68,73,114); }

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

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

 span { border-color: rgb(68,73,114); }

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