#403F73

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

Shades of Corn Flower Blue #403F73

Tints of Corn Flower Blue #403F73

Color information

#403F73 (or 0x403F73) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3F and 73. RGB value is (64,63,115). Sum of RGB (Red+Green+Blue) = 64+63+115=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #403F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F73 is #BFC08C. Grayscale: #454545. Windows color (decimal): -12566669 or 7552832. OLE color: 7552832.

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

Color convert

RGB6463115-
CMYK0.440.4500.55
HSL241.15º29.21%34.9%-
HSV(B)241.15º45.22%45.1%-
XYZ6.995.8816.99-
YUV69.23153.83124.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.45%
GREEN value IS 63 (25% from 255) = 26.03%
BLUE value IS 115 (45.31% from 255) = 47.52%
R=26.45%
G=26.03%
B=47.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64631150.440.4500.55241.1529.2134.9
Hex403F732C2D037f11d23
Octal1007716354550673613543
Binary1000000111111111001110110010110101101111111000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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