#46369F

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

Shades of Blue Gem #46369F

Tints of Blue Gem #46369F

Color information

#46369F (or 0x46369F) is unknown color: approx Blue Gem. HEX triplet: 46, 36 and 9F. RGB value is (70,54,159). Sum of RGB (Red+Green+Blue) = 70+54+159=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 159 (62.5% from 255 or 56.18% from 283); Max value from RGB is 159 - color contains mainly: blue. Hex color #46369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46369F is #B9C960. Grayscale: #464646. Windows color (decimal): -12175713 or 10434118. OLE color: 10434118.

HSL color Cylindrical-coordinate representation of color #46369F: hue angle of 249.14º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46369F is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7054159-
CMYK0.560.6600.38
HSL249.14º49.3%41.76%-
HSV(B)249.14º66.04%62.35%-
XYZ10.16.4433.51-
YUV70.75177.8127.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.73%
GREEN value IS 54 (21.48% from 255) = 19.08%
BLUE value IS 159 (62.5% from 255) = 56.18%
R=24.73%
G=19.08%
B=56.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70541590.560.6600.38249.1449.341.76
Hex46369F3842026f9312a
Octal10666237701020463716152
Binary1000110110110100111111110001000010010011011111001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46369F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46369F; }

 p { color: rgb(70,54,159); }

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

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

 a { background-color: rgb(70,54,159); }

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

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

 span { border-color: rgb(70,54,159); }

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