#413C73

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

Shades of Corn Flower Blue #413C73

Tints of Corn Flower Blue #413C73

Color information

#413C73 (or 0x413C73) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 3C and 73. RGB value is (65,60,115). Sum of RGB (Red+Green+Blue) = 65+60+115=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 60 (23.83% from 255 or 25% 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 #413C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413C73 is #BEC38C. Grayscale: #434343. Windows color (decimal): -12501901 or 7552065. OLE color: 7552065.

HSL color Cylindrical-coordinate representation of color #413C73: hue angle of 245.45º 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 #413C73 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6560115-
CMYK0.430.4800.55
HSL245.45º31.43%34.31%-
HSV(B)245.45º47.83%45.1%-
XYZ6.895.5916.94-
YUV67.76154.66126.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.08%
GREEN value IS 60 (23.83% from 255) = 25%
BLUE value IS 115 (45.31% from 255) = 47.92%
R=27.08%
G=25%
B=47.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65601150.430.4800.55245.4531.4334.31
Hex413C732B30037f51f22
Octal1017416353600673653742
Binary1000001111100111001110101111000001101111111010111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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