#46358A

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

Shades of Blue Gem #46358A

Tints of Blue Gem #46358A

Color information

#46358A (or 0x46358A) is unknown color: approx Blue Gem. HEX triplet: 46, 35 and 8A. RGB value is (70,53,138). Sum of RGB (Red+Green+Blue) = 70+53+138=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #46358A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46358A is #B9CA75. Grayscale: #434343. Windows color (decimal): -12175990 or 9057606. OLE color: 9057606.

HSL color Cylindrical-coordinate representation of color #46358A: hue angle of 252º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46358A is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7053138-
CMYK0.490.6200.46
HSL252º44.5%37.45%-
HSV(B)252º61.59%54.12%-
XYZ8.395.6824.7-
YUV67.77167.63129.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.82%
GREEN value IS 53 (21.09% from 255) = 20.31%
BLUE value IS 138 (54.30% from 255) = 52.87%
R=26.82%
G=20.31%
B=52.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70531380.490.6200.4625244.537.45
Hex46358A313E02Efc2d25
Octal1066521261760563745545
Binary100011011010110001010110001111110010111011111100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46358A; }

 p { color: rgb(70,53,138); }

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

<style>
 a { background-color: #46358A; }

 a { background-color: rgb(70,53,138); }

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

<style>
 span { border-color: #46358A; }

 span { border-color: rgb(70,53,138); }

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