#46409B

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

Shades of Blue Gem #46409B

Tints of Blue Gem #46409B

Color information

#46409B (or 0x46409B) is unknown color: approx Blue Gem. HEX triplet: 46, 40 and 9B. RGB value is (70,64,155). Sum of RGB (Red+Green+Blue) = 70+64+155=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #46409B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46409B is #B9BF64. Grayscale: #4B4B4B. Windows color (decimal): -12173157 or 10174534. OLE color: 10174534.

HSL color Cylindrical-coordinate representation of color #46409B: hue angle of 243.96º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46409B is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7064155-
CMYK0.550.5900.39
HSL243.96º41.55%42.94%-
HSV(B)243.96º58.71%60.78%-
XYZ10.287.3431.88-
YUV76.17172.49123.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.22%
GREEN value IS 64 (25.39% from 255) = 22.15%
BLUE value IS 155 (60.94% from 255) = 53.63%
R=24.22%
G=22.15%
B=53.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70641550.550.5900.39243.9641.5542.94
Hex46409B373B027f42a2b
Octal10610023367730473645253
Binary1000110100000010011011110111111011010011111110100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46409B; }

 p { color: rgb(70,64,155); }

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

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

 a { background-color: rgb(70,64,155); }

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

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

 span { border-color: rgb(70,64,155); }

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