#46348D

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

Shades of Blue Gem #46348D

Tints of Blue Gem #46348D

Color information

#46348D (or 0x46348D) is unknown color: approx Blue Gem. HEX triplet: 46, 34 and 8D. RGB value is (70,52,141). Sum of RGB (Red+Green+Blue) = 70+52+141=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #46348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46348D is #B9CB72. Grayscale: #434343. Windows color (decimal): -12176243 or 9253958. OLE color: 9253958.

HSL color Cylindrical-coordinate representation of color #46348D: hue angle of 252.13º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46348D is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7052141-
CMYK0.500.6300.45
HSL252.13º46.11%37.84%-
HSV(B)252.13º63.12%55.29%-
XYZ8.565.6825.84-
YUV67.53169.46129.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.62%
GREEN value IS 52 (20.70% from 255) = 19.77%
BLUE value IS 141 (55.47% from 255) = 53.61%
R=26.62%
G=19.77%
B=53.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70521410.500.6300.45252.1346.1137.84
Hex46348D323F02Dfc2e26
Octal1066421562770553745646
Binary100011011010010001101110010111111010110111111100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,52,141); }

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

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

 a { background-color: rgb(70,52,141); }

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

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

 span { border-color: rgb(70,52,141); }

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