#413B71

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

Shades of Corn Flower Blue #413B71

Tints of Corn Flower Blue #413B71

Color information

#413B71 (or 0x413B71) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 3B and 71. RGB value is (65,59,113). Sum of RGB (Red+Green+Blue) = 65+59+113=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 59 (23.44% from 255 or 24.89% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #413B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413B71 is #BEC48E. Grayscale: #424242. Windows color (decimal): -12502159 or 7420737. OLE color: 7420737.

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

Color convert

RGB6559113-
CMYK0.420.4800.56
HSL246.67º31.4%33.73%-
HSV(B)246.67º47.79%44.31%-
XYZ6.725.4416.32-
YUV66.95153.99126.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.43%
GREEN value IS 59 (23.44% from 255) = 24.89%
BLUE value IS 113 (44.53% from 255) = 47.68%
R=27.43%
G=24.89%
B=47.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65591130.420.4800.56246.6731.433.73
Hex413B712A30038f71f22
Octal1017316152600703673742
Binary1000001111011111000110101011000001110001111011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,59,113); }

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

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

 a { background-color: rgb(65,59,113); }

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

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

 span { border-color: rgb(65,59,113); }

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