#46369D

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

Shades of Blue Gem #46369D

Tints of Blue Gem #46369D

Color information

#46369D (or 0x46369D) is unknown color: approx Blue Gem. HEX triplet: 46, 36 and 9D. RGB value is (70,54,157). Sum of RGB (Red+Green+Blue) = 70+54+157=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 157 (61.72% from 255 or 55.87% from 281); Max value from RGB is 157 - color contains mainly: blue. Hex color #46369D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46369D is #B9C962. Grayscale: #464646. Windows color (decimal): -12175715 or 10303046. OLE color: 10303046.

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

Color convert

RGB7054157-
CMYK0.550.6600.38
HSL249.32º48.82%41.37%-
HSV(B)249.32º65.61%61.57%-
XYZ9.936.3732.61-
YUV70.53176.8127.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.91%
GREEN value IS 54 (21.48% from 255) = 19.22%
BLUE value IS 157 (61.72% from 255) = 55.87%
R=24.91%
G=19.22%
B=55.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70541570.550.6600.38249.3248.8241.37
Hex46369D3742026f93129
Octal10666235671020463716151
Binary1000110110110100111011101111000010010011011111001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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