#444076

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

Shades of Corn Flower Blue #444076

Tints of Corn Flower Blue #444076

Color information

#444076 (or 0x444076) is unknown color: approx Corn Flower Blue. HEX triplet: 44, 40 and 76. RGB value is (68,64,118). Sum of RGB (Red+Green+Blue) = 68+64+118=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #444076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444076 is #BBBF89. Grayscale: #474747. Windows color (decimal): -12304266 or 7749700. OLE color: 7749700.

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

Color convert

RGB6864118-
CMYK0.420.4600.54
HSL244.44º29.67%35.69%-
HSV(B)244.44º45.76%46.27%-
XYZ7.496.217.94-
YUV71.35154.33125.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.2%
GREEN value IS 64 (25.39% from 255) = 25.6%
BLUE value IS 118 (46.48% from 255) = 47.2%
R=27.2%
G=25.6%
B=47.2%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68641180.420.4600.54244.4429.6735.69
Hex4440762A2E036f41e24
Octal10410016652560663643644
Binary10001001000000111011010101010111001101101111010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444076; }

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

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

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

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

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

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

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

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