#414471

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

Shades of Corn Flower Blue #414471

Tints of Corn Flower Blue #414471

Color information

#414471 (or 0x414471) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 44 and 71. RGB value is (65,68,113). Sum of RGB (Red+Green+Blue) = 65+68+113=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #414471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414471 is #BEBB8E. Grayscale: #484848. Windows color (decimal): -12499855 or 7423041. OLE color: 7423041.

HSL color Cylindrical-coordinate representation of color #414471: hue angle of 236.25º 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 #414471 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6568113-
CMYK0.420.4000.56
HSL236.25º26.97%34.9%-
HSV(B)236.25º42.48%44.31%-
XYZ7.236.4516.49-
YUV72.23151.01122.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.42%
GREEN value IS 68 (26.95% from 255) = 27.64%
BLUE value IS 113 (44.53% from 255) = 45.93%
R=26.42%
G=27.64%
B=45.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65681130.420.4000.56236.2526.9734.9
Hex4144712A28038ec1b23
Octal10110416152500703543343
Binary10000011000100111000110101010100001110001110110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414471; }

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

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

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

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

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

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

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

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