#444A76

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

Shades of Corn Flower Blue #444A76

Tints of Corn Flower Blue #444A76

Color information

#444A76 (or 0x444A76) is unknown color: approx Corn Flower Blue. HEX triplet: 44, 4A and 76. RGB value is (68,74,118). Sum of RGB (Red+Green+Blue) = 68+74+118=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 118 - color contains mainly: blue. Hex color #444A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A76 is #BBB589. Grayscale: #4D4D4D. Windows color (decimal): -12301706 or 7752260. OLE color: 7752260.

HSL color Cylindrical-coordinate representation of color #444A76: hue angle of 232.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #444A76 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6874118-
CMYK0.420.3700.54
HSL232.8º26.88%36.47%-
HSV(B)232.8º42.37%46.27%-
XYZ8.17.4318.15-
YUV77.22151.01121.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.15%
GREEN value IS 74 (29.30% from 255) = 28.46%
BLUE value IS 118 (46.48% from 255) = 45.38%
R=26.15%
G=28.46%
B=45.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68741180.420.3700.54232.826.8836.47
Hex444A762A25036e91b24
Octal10411216652450663513344
Binary10001001001010111011010101010010101101101110100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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