#413B76

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

Shades of Corn Flower Blue #413B76

Tints of Corn Flower Blue #413B76

Color information

#413B76 (or 0x413B76) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 3B and 76. RGB value is (65,59,118). Sum of RGB (Red+Green+Blue) = 65+59+118=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #413B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413B76 is #BEC489. Grayscale: #434343. Windows color (decimal): -12502154 or 7748417. OLE color: 7748417.

HSL color Cylindrical-coordinate representation of color #413B76: hue angle of 246.1º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #413B76 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6559118-
CMYK0.450.5000.54
HSL246.1º33.33%34.71%-
HSV(B)246.1º50%46.27%-
XYZ7.015.5617.84-
YUV67.52156.49126.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.86%
GREEN value IS 59 (23.44% from 255) = 24.38%
BLUE value IS 118 (46.48% from 255) = 48.76%
R=26.86%
G=24.38%
B=48.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65591180.450.5000.54246.133.3334.71
Hex413B762D32036f62123
Octal1017316655620663664143
Binary10000011110111110110101101110010011011011110110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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