#46409C

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

Shades of Blue Gem #46409C

Tints of Blue Gem #46409C

Color information

#46409C (or 0x46409C) is unknown color: approx Blue Gem. HEX triplet: 46, 40 and 9C. RGB value is (70,64,156). Sum of RGB (Red+Green+Blue) = 70+64+156=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #46409C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46409C is #B9BF63. Grayscale: #4B4B4B. Windows color (decimal): -12173156 or 10240070. OLE color: 10240070.

HSL color Cylindrical-coordinate representation of color #46409C: hue angle of 243.91º 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 #46409C is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7064156-
CMYK0.550.5900.39
HSL243.91º41.82%43.14%-
HSV(B)243.91º58.97%61.18%-
XYZ10.367.3732.33-
YUV76.28172.99123.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.14%
GREEN value IS 64 (25.39% from 255) = 22.07%
BLUE value IS 156 (61.33% from 255) = 53.79%
R=24.14%
G=22.07%
B=53.79%

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
Decimal70641560.550.5900.39243.9141.8243.14
Hex46409C373B027f42a2b
Octal10610023467730473645253
Binary1000110100000010011100110111111011010011111110100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46409C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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