#403F76

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

Shades of Corn Flower Blue #403F76

Tints of Corn Flower Blue #403F76

Color information

#403F76 (or 0x403F76) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3F and 76. RGB value is (64,63,118). Sum of RGB (Red+Green+Blue) = 64+63+118=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #403F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F76 is #BFC089. Grayscale: #454545. Windows color (decimal): -12566666 or 7749440. OLE color: 7749440.

HSL color Cylindrical-coordinate representation of color #403F76: hue angle of 241.09º degrees, saturation: 0.3, 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 #403F76 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6463118-
CMYK0.460.4700.54
HSL241.09º30.39%35.49%-
HSV(B)241.09º46.61%46.27%-
XYZ7.165.9517.91-
YUV69.57155.33124.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 63 (25% from 255) = 25.71%
BLUE value IS 118 (46.48% from 255) = 48.16%
R=26.12%
G=25.71%
B=48.16%

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
Decimal64631180.460.4700.54241.0930.3935.49
Hex403F762E2F036f11e23
Octal1007716656570663613643
Binary1000000111111111011010111010111101101101111000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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