#413E6F

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

Shades of Corn Flower Blue #413E6F

Tints of Corn Flower Blue #413E6F

Color information

#413E6F (or 0x413E6F) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 3E and 6F. RGB value is (65,62,111). Sum of RGB (Red+Green+Blue) = 65+62+111=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 111 - color contains mainly: blue. Hex color #413E6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413E6F is #BEC190. Grayscale: #444444. Windows color (decimal): -12501393 or 7290433. OLE color: 7290433.

HSL color Cylindrical-coordinate representation of color #413E6F: hue angle of 243.67º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #413E6F is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6562111-
CMYK0.410.4400.56
HSL243.67º28.32%33.92%-
HSV(B)243.67º44.14%43.53%-
XYZ6.775.7215.79-
YUV68.48151.99125.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.31%
GREEN value IS 62 (24.61% from 255) = 26.05%
BLUE value IS 111 (43.75% from 255) = 46.64%
R=27.31%
G=26.05%
B=46.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65621110.410.4400.56243.6728.3233.92
Hex413E6F292C038f41c22
Octal1017615751540703643442
Binary1000001111110110111110100110110001110001111010011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,62,111); }

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

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

 a { background-color: rgb(65,62,111); }

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

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

 span { border-color: rgb(65,62,111); }

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