Html Css Color HEX #46328A Blue Gem

📋 copy color: '#46328A'

red 70 ◦ green 50 ◦ blue 138

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

Shades of Blue Gem #46328A

Tints of Blue Gem #46328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 53.49%

R = 27.13%
G = 19.38%
B = 53.49%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#46328A (or 0x46328A) is known color: Blue Gem. HEX triplet: 46, 32 and 8A. RGB value is (70,50,138). Sum of RGB (Red+Green+Blue) = 70+50+138=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 138 (54.30% from 255 or 53.49% from 258); Max value from RGB is 138 - color contains mainly: blue. Hex color #46328A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46328A is #B9CD75. Grayscale: #414141. Windows color (decimal): -12176758 or 9056838. OLE color: 9056838.

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

Color convert

RGB 70 50 138 -
CMYK 0.49 0.64 0 0.46
HSL 253.64º 0.47% 0.37% -
HSV(B) 253.64º 0.64% 0.54% -
XYZ 8.25 5.42 24.66 -
YUV 66.01 168.63 130.84 -
System Red Green Blue C M Y K H S L
Decimal 70 50 138 0.49 0.64 0 0.46 253.64 0.47 0.37
Hex 46 32 8A 31 40 0 2E FE 2F 25
Octal 106 62 212 61 100 0 56 376 57 45
Binary 1000110 110010 10001010 110001 1000000 0 101110 11111110 101111 100101

Color Harmonies of #46328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46328A

Black with #46328A

Text Example


Text Example

White with #46328A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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