Html Css Color HEX #46328B Blue Gem

📋 copy color: '#46328B'

red 70 ◦ green 50 ◦ blue 139

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

Shades of Blue Gem #46328B

Tints of Blue Gem #46328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 53.67%

R = 27.03%
G = 19.31%
B = 53.67%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46328B (or 0x46328B) is known color: Blue Gem. HEX triplet: 46, 32 and 8B. RGB value is (70,50,139). Sum of RGB (Red+Green+Blue) = 70+50+139=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #46328B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46328B is #B9CD74. Grayscale: #414141. Windows color (decimal): -12176757 or 9122374. OLE color: 9122374.

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

Color convert

RGB 70 50 139 -
CMYK 0.50 0.64 0 0.45
HSL 253.48º 0.47% 0.37% -
HSV(B) 253.48º 0.64% 0.55% -
XYZ 8.33 5.45 25.04 -
YUV 66.13 169.13 130.76 -
System Red Green Blue C M Y K H S L
Decimal 70 50 139 0.50 0.64 0 0.45 253.48 0.47 0.37
Hex 46 32 8B 32 40 0 2D FD 2F 25
Octal 106 62 213 62 100 0 55 375 57 45
Binary 1000110 110010 10001011 110010 1000000 0 101101 11111101 101111 100101

Color Harmonies of #46328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46328B

Black with #46328B

Text Example


Text Example

White with #46328B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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