#40446E

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

Shades of Corn Flower Blue #40446E

Tints of Corn Flower Blue #40446E

Color information

#40446E (or 0x40446E) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 44 and 6E. RGB value is (64,68,110). Sum of RGB (Red+Green+Blue) = 64+68+110=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #40446E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40446E is #BFBB91. Grayscale: #474747. Windows color (decimal): -12565394 or 7226432. OLE color: 7226432.

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

Color convert

RGB6468110-
CMYK0.420.3800.57
HSL234.78º26.44%34.12%-
HSV(B)234.78º41.82%43.14%-
XYZ76.3515.61-
YUV71.59149.67122.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.45%
GREEN value IS 68 (26.95% from 255) = 28.10%
BLUE value IS 110 (43.36% from 255) = 45.45%
R=26.45%
G=28.10%
B=45.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64681100.420.3800.57234.7826.4434.12
Hex40446E2A26039eb1a22
Octal10010415652460713533242
Binary10000001000100110111010101010011001110011110101111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40446E; }

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

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

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

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

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

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

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

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