#403D73

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

Shades of Corn Flower Blue #403D73

Tints of Corn Flower Blue #403D73

Color information

#403D73 (or 0x403D73) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3D and 73. RGB value is (64,61,115). Sum of RGB (Red+Green+Blue) = 64+61+115=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #403D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403D73 is #BFC28C. Grayscale: #434343. Windows color (decimal): -12567181 or 7552320. OLE color: 7552320.

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

Color convert

RGB6461115-
CMYK0.440.4700.55
HSL243.33º30.68%34.51%-
HSV(B)243.33º46.96%45.1%-
XYZ6.885.6716.95-
YUV68.05154.49125.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.67%
GREEN value IS 61 (24.22% from 255) = 25.42%
BLUE value IS 115 (45.31% from 255) = 47.92%
R=26.67%
G=25.42%
B=47.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64611150.440.4700.55243.3330.6834.51
Hex403D732C2F037f31f23
Octal1007516354570673633743
Binary1000000111101111001110110010111101101111111001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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