#444A77

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

Shades of Corn Flower Blue #444A77

Tints of Corn Flower Blue #444A77

Color information

#444A77 (or 0x444A77) is unknown color: approx Corn Flower Blue. HEX triplet: 44, 4A and 77. RGB value is (68,74,119). Sum of RGB (Red+Green+Blue) = 68+74+119=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 119 - color contains mainly: blue. Hex color #444A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A77 is #BBB588. Grayscale: #4D4D4D. Windows color (decimal): -12301705 or 7817796. OLE color: 7817796.

HSL color Cylindrical-coordinate representation of color #444A77: hue angle of 232.94º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #444A77 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6874119-
CMYK0.430.3800.53
HSL232.94º27.27%36.67%-
HSV(B)232.94º42.86%46.67%-
XYZ8.167.4618.46-
YUV77.34151.51121.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.05%
GREEN value IS 74 (29.30% from 255) = 28.35%
BLUE value IS 119 (46.88% from 255) = 45.59%
R=26.05%
G=28.35%
B=45.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68741190.430.3800.53232.9427.2736.67
Hex444A772B26035e91b25
Octal10411216753460653513345
Binary10001001001010111011110101110011001101011110100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444A77; }

 p { color: rgb(68,74,119); }

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

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

 a { background-color: rgb(68,74,119); }

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

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

 span { border-color: rgb(68,74,119); }

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