#413EA6

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

Shades of Blue Gem #413EA6

Tints of Blue Gem #413EA6

Color information

#413EA6 (or 0x413EA6) is unknown color: approx Blue Gem. HEX triplet: 41, 3E and A6. RGB value is (65,62,166). Sum of RGB (Red+Green+Blue) = 65+62+166=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 166 (65.23% from 255 or 56.66% from 293); Max value from RGB is 166 - color contains mainly: blue. Hex color #413EA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413EA6 is #BEC159. Grayscale: #4A4A4A. Windows color (decimal): -12501338 or 10894913. OLE color: 10894913.

HSL color Cylindrical-coordinate representation of color #413EA6: hue angle of 241.73º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #413EA6 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6562166-
CMYK0.610.6300.35
HSL241.73º45.61%44.71%-
HSV(B)241.73º62.65%65.1%-
XYZ10.797.3236.92-
YUV74.75179.49121.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.18%
GREEN value IS 62 (24.61% from 255) = 21.16%
BLUE value IS 166 (65.23% from 255) = 56.66%
R=22.18%
G=21.16%
B=56.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal65621660.610.6300.35241.7345.6144.71
Hex413EA63D3F023f22e2d
Octal1017624675770433625655
Binary100000111111010100110111101111111010001111110010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,62,166); }

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

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

 a { background-color: rgb(65,62,166); }

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

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

 span { border-color: rgb(65,62,166); }

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