#414276

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

Shades of Corn Flower Blue #414276

Tints of Corn Flower Blue #414276

Color information

#414276 (or 0x414276) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 42 and 76. RGB value is (65,66,118). Sum of RGB (Red+Green+Blue) = 65+66+118=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #414276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414276 is #BEBD89. Grayscale: #474747. Windows color (decimal): -12500362 or 7750209. OLE color: 7750209.

HSL color Cylindrical-coordinate representation of color #414276: hue angle of 238.87º 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 #414276 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6566118-
CMYK0.450.4400.54
HSL238.87º28.96%35.88%-
HSV(B)238.87º44.92%46.27%-
XYZ7.46.3317.97-
YUV71.63154.17123.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.10%
GREEN value IS 66 (26.17% from 255) = 26.51%
BLUE value IS 118 (46.48% from 255) = 47.39%
R=26.10%
G=26.51%
B=47.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65661180.450.4400.54238.8728.9635.88
Hex4142762D2C036ef1d24
Octal10110216655540663573544
Binary10000011000010111011010110110110001101101110111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414276; }

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

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

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

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

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

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

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

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