#403C76

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

Shades of Corn Flower Blue #403C76

Tints of Corn Flower Blue #403C76

Color information

#403C76 (or 0x403C76) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3C and 76. RGB value is (64,60,118). Sum of RGB (Red+Green+Blue) = 64+60+118=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #403C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403C76 is #BFC389. Grayscale: #434343. Windows color (decimal): -12567434 or 7748672. OLE color: 7748672.

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

Color convert

RGB6460118-
CMYK0.460.4900.54
HSL244.14º32.58%34.9%-
HSV(B)244.14º49.15%46.27%-
XYZ75.6317.86-
YUV67.81156.33125.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.45%
GREEN value IS 60 (23.83% from 255) = 24.79%
BLUE value IS 118 (46.48% from 255) = 48.76%
R=26.45%
G=24.79%
B=48.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64601180.460.4900.54244.1432.5834.9
Hex403C762E31036f42123
Octal1007416656610663644143
Binary10000001111001110110101110110001011011011110100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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