#40416D

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

Shades of Corn Flower Blue #40416D

Tints of Corn Flower Blue #40416D

Color information

#40416D (or 0x40416D) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 41 and 6D. RGB value is (64,65,109). Sum of RGB (Red+Green+Blue) = 64+65+109=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #40416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40416D is #BFBE92. Grayscale: #454545. Windows color (decimal): -12566163 or 7160128. OLE color: 7160128.

HSL color Cylindrical-coordinate representation of color #40416D: hue angle of 238.67º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #40416D is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6465109-
CMYK0.410.4000.57
HSL238.67º26.01%33.92%-
HSV(B)238.67º41.28%42.75%-
XYZ6.765.9715.26-
YUV69.72150.17123.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.89%
GREEN value IS 65 (25.78% from 255) = 27.31%
BLUE value IS 109 (42.97% from 255) = 45.80%
R=26.89%
G=27.31%
B=45.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64651090.410.4000.57238.6726.0133.92
Hex40416D2928039ef1a22
Octal10010115551500713573242
Binary10000001000001110110110100110100001110011110111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40416D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40416D; }

 p { color: rgb(64,65,109); }

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

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

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

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

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

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

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