#413F73

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

Shades of Corn Flower Blue #413F73

Tints of Corn Flower Blue #413F73

Color information

#413F73 (or 0x413F73) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 3F and 73. RGB value is (65,63,115). Sum of RGB (Red+Green+Blue) = 65+63+115=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #413F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413F73 is #BEC08C. Grayscale: #454545. Windows color (decimal): -12501133 or 7552833. OLE color: 7552833.

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

Color convert

RGB6563115-
CMYK0.430.4500.55
HSL242.31º29.21%34.9%-
HSV(B)242.31º45.22%45.1%-
XYZ7.055.9216.99-
YUV69.53153.66124.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.75%
GREEN value IS 63 (25% from 255) = 25.93%
BLUE value IS 115 (45.31% from 255) = 47.33%
R=26.75%
G=25.93%
B=47.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65631150.430.4500.55242.3129.2134.9
Hex413F732B2D037f21d23
Octal1017716353550673623543
Binary1000001111111111001110101110110101101111111001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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