#414776

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

Shades of Corn Flower Blue #414776

Tints of Corn Flower Blue #414776

Color information

#414776 (or 0x414776) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 47 and 76. RGB value is (65,71,118). Sum of RGB (Red+Green+Blue) = 65+71+118=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #414776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414776 is #BEB889. Grayscale: #4A4A4A. Windows color (decimal): -12499082 or 7751489. OLE color: 7751489.

HSL color Cylindrical-coordinate representation of color #414776: hue angle of 233.21º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #414776 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6571118-
CMYK0.450.4000.54
HSL233.21º28.96%35.88%-
HSV(B)233.21º44.92%46.27%-
XYZ7.76.9418.07-
YUV74.56152.51121.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.59%
GREEN value IS 71 (28.12% from 255) = 27.95%
BLUE value IS 118 (46.48% from 255) = 46.46%
R=25.59%
G=27.95%
B=46.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65711180.450.4000.54233.2128.9635.88
Hex4147762D28036e91d24
Octal10110716655500663513544
Binary10000011000111111011010110110100001101101110100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414776; }

 p { color: rgb(65,71,118); }

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

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

 a { background-color: rgb(65,71,118); }

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

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

 span { border-color: rgb(65,71,118); }

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