#403E76

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

Shades of Corn Flower Blue #403E76

Tints of Corn Flower Blue #403E76

Color information

#403E76 (or 0x403E76) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3E and 76. RGB value is (64,62,118). Sum of RGB (Red+Green+Blue) = 64+62+118=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 62 (24.61% from 255 or 25.41% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #403E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403E76 is #BFC189. Grayscale: #444444. Windows color (decimal): -12566922 or 7749184. OLE color: 7749184.

HSL color Cylindrical-coordinate representation of color #403E76: hue angle of 242.14º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #403E76 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6462118-
CMYK0.460.4700.54
HSL242.14º31.11%35.29%-
HSV(B)242.14º47.46%46.27%-
XYZ7.115.8417.89-
YUV68.98155.66124.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.23%
GREEN value IS 62 (24.61% from 255) = 25.41%
BLUE value IS 118 (46.48% from 255) = 48.36%
R=26.23%
G=25.41%
B=48.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64621180.460.4700.54242.1431.1135.29
Hex403E762E2F036f21f23
Octal1007616656570663623743
Binary1000000111110111011010111010111101101101111001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403E76; }

 p { color: rgb(64,62,118); }

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

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

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

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

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

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

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