#414571

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

Shades of Corn Flower Blue #414571

Tints of Corn Flower Blue #414571

Color information

#414571 (or 0x414571) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 45 and 71. RGB value is (65,69,113). Sum of RGB (Red+Green+Blue) = 65+69+113=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 113 - color contains mainly: blue. Hex color #414571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414571 is #BEBA8E. Grayscale: #484848. Windows color (decimal): -12499599 or 7423297. OLE color: 7423297.

HSL color Cylindrical-coordinate representation of color #414571: hue angle of 235º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #414571 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6569113-
CMYK0.420.3900.56
HSL235º26.97%34.9%-
HSV(B)235º42.48%44.31%-
XYZ7.296.5716.51-
YUV72.82150.67122.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.32%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 113 (44.53% from 255) = 45.75%
R=26.32%
G=27.94%
B=45.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65691130.420.3900.5623526.9734.9
Hex4145712A27038eb1b23
Octal10110516152470703533343
Binary10000011000101111000110101010011101110001110101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414571; }

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

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

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

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

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

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

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

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