Html Css Color HEX #46328D Blue Gem

📋 copy color: '#46328D'

red 70 ◦ green 50 ◦ blue 141

#46328D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #46328D

Tints of Blue Gem #46328D

RGB

 RED value IS 70 (27.73% from 255) = 26.82%

 GREEN value IS 50 (19.92% from 255) = 19.16%

 BLUE value IS 141 (55.47% from 255) = 54.02%

R = 26.82%
G = 19.16%
B = 54.02%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46328D (or 0x46328D) is known color: Blue Gem. HEX triplet: 46, 32 and 8D. RGB value is (70,50,141). Sum of RGB (Red+Green+Blue) = 70+50+141=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #46328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46328D is #B9CD72. Grayscale: #424242. Windows color (decimal): -12176755 or 9253446. OLE color: 9253446.

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

Color convert

RGB 70 50 141 -
CMYK 0.50 0.65 0 0.45
HSL 253.19º 0.48% 0.37% -
HSV(B) 253.19º 0.65% 0.55% -
XYZ 8.47 5.51 25.82 -
YUV 66.35 170.13 130.6 -
System Red Green Blue C M Y K H S L
Decimal 70 50 141 0.50 0.65 0 0.45 253.19 0.48 0.37
Hex 46 32 8D 32 41 0 2D FD 30 25
Octal 106 62 215 62 101 0 55 375 60 45
Binary 1000110 110010 10001101 110010 1000001 0 101101 11111101 110000 100101

Color Harmonies of #46328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46328D

Black with #46328D

Text Example


Text Example

White with #46328D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #46328D;
 }
 .AnyTagClassName
 {
   color: #46328D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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