#404071

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

Shades of Corn Flower Blue #404071

Tints of Corn Flower Blue #404071

Color information

#404071 (or 0x404071) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 40 and 71. RGB value is (64,64,113). Sum of RGB (Red+Green+Blue) = 64+64+113=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #404071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404071 is #BFBF8E. Grayscale: #454545. Windows color (decimal): -12566415 or 7422016. OLE color: 7422016.

HSL color Cylindrical-coordinate representation of color #404071: hue angle of 240º 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 #404071 is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6464113-
CMYK0.430.4300.56
HSL240º27.68%34.71%-
HSV(B)240º43.36%44.31%-
XYZ6.935.9516.41-
YUV69.59152.5124.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 113 (44.53% from 255) = 46.89%
R=26.56%
G=26.56%
B=46.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64641130.430.4300.5624027.6834.71
Hex4040712B2B038f01c23
Octal10010016153530703603443
Binary10000001000000111000110101110101101110001111000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404071; }

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

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

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

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

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

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

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

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