#403C73

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

Shades of Corn Flower Blue #403C73

Tints of Corn Flower Blue #403C73

Color information

#403C73 (or 0x403C73) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3C and 73. RGB value is (64,60,115). Sum of RGB (Red+Green+Blue) = 64+60+115=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #403C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403C73 is #BFC38C. Grayscale: #434343. Windows color (decimal): -12567437 or 7552064. OLE color: 7552064.

HSL color Cylindrical-coordinate representation of color #403C73: hue angle of 244.36º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #403C73 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6460115-
CMYK0.440.4800.55
HSL244.36º31.43%34.31%-
HSV(B)244.36º47.83%45.1%-
XYZ6.825.5616.93-
YUV67.47154.83125.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.78%
GREEN value IS 60 (23.83% from 255) = 25.10%
BLUE value IS 115 (45.31% from 255) = 48.12%
R=26.78%
G=25.10%
B=48.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64601150.440.4800.55244.3631.4334.31
Hex403C732C30037f41f22
Octal1007416354600673643742
Binary1000000111100111001110110011000001101111111010011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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