#413F6D

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

Shades of Corn Flower Blue #413F6D

Tints of Corn Flower Blue #413F6D

Color information

#413F6D (or 0x413F6D) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 3F and 6D. RGB value is (65,63,109). Sum of RGB (Red+Green+Blue) = 65+63+109=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #413F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413F6D is #BEC092. Grayscale: #444444. Windows color (decimal): -12501139 or 7159617. OLE color: 7159617.

HSL color Cylindrical-coordinate representation of color #413F6D: hue angle of 242.61º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #413F6D is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6563109-
CMYK0.400.4200.57
HSL242.61º26.74%33.73%-
HSV(B)242.61º42.2%42.75%-
XYZ6.725.7815.23-
YUV68.84150.66125.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.43%
GREEN value IS 63 (25% from 255) = 26.58%
BLUE value IS 109 (42.97% from 255) = 45.99%
R=27.43%
G=26.58%
B=45.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65631090.400.4200.57242.6126.7433.73
Hex413F6D282A039f31b22
Octal1017715550520713633342
Binary1000001111111110110110100010101001110011111001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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