#403976

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

Shades of Corn Flower Blue #403976

Tints of Corn Flower Blue #403976

Color information

#403976 (or 0x403976) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 39 and 76. RGB value is (64,57,118). Sum of RGB (Red+Green+Blue) = 64+57+118=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #403976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403976 is #BFC689. Grayscale: #414141. Windows color (decimal): -12568202 or 7747904. OLE color: 7747904.

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

Color convert

RGB6457118-
CMYK0.460.5200.54
HSL246.89º34.86%34.31%-
HSV(B)246.89º51.69%46.27%-
XYZ6.855.3217.81-
YUV66.05157.32126.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.78%
GREEN value IS 57 (22.66% from 255) = 23.85%
BLUE value IS 118 (46.48% from 255) = 49.37%
R=26.78%
G=23.85%
B=49.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64571180.460.5200.54246.8934.8634.31
Hex4039762E34036f72322
Octal1007116656640663674342
Binary10000001110011110110101110110100011011011110111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403976; }

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

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

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

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

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

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

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

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