#404471

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

Shades of Corn Flower Blue #404471

Tints of Corn Flower Blue #404471

Color information

#404471 (or 0x404471) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 44 and 71. RGB value is (64,68,113). Sum of RGB (Red+Green+Blue) = 64+68+113=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #404471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404471 is #BFBB8E. Grayscale: #474747. Windows color (decimal): -12565391 or 7423040. OLE color: 7423040.

HSL color Cylindrical-coordinate representation of color #404471: hue angle of 235.1º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #404471 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6468113-
CMYK0.430.4000.56
HSL235.1º27.68%34.71%-
HSV(B)235.1º43.36%44.31%-
XYZ7.166.4216.48-
YUV71.93151.17122.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 113 (44.53% from 255) = 46.12%
R=26.12%
G=27.76%
B=46.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64681130.430.4000.56235.127.6834.71
Hex4044712B28038eb1c23
Octal10010416153500703533443
Binary10000001000100111000110101110100001110001110101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404471; }

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

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

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

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

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

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

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

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