#404061

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

Shades of Corn Flower Blue #404061

Tints of Corn Flower Blue #404061

Color information

#404061 (or 0x404061) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 40 and 61. RGB value is (64,64,97). Sum of RGB (Red+Green+Blue) = 64+64+97=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #404061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404061 is #BFBF9E. Grayscale: #434343. Windows color (decimal): -12566431 or 6373440. OLE color: 6373440.

HSL color Cylindrical-coordinate representation of color #404061: hue angle of 240º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #404061 is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB646497-
CMYK0.340.3400.62
HSL240º20.5%31.57%-
HSV(B)240º34.02%38.04%-
XYZ6.115.6212.07-
YUV67.76144.5125.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 64 (25.39% from 255) = 28.44%
BLUE value IS 97 (38.28% from 255) = 43.11%
R=28.44%
G=28.44%
B=43.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6464970.340.3400.6224020.531.57
Hex404061222203Ef01420
Octal10010014142420763602440
Binary10000001000000110000110001010001001111101111000010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404061; }

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

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

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

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

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

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

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

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