Html Css Color HEX #46319B Blue Gem

📋 copy color: '#46319B'

red 70 ◦ green 49 ◦ blue 155

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

Shades of Blue Gem #46319B

Tints of Blue Gem #46319B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.88%

 BLUE value IS 155 (60.94% from 255) = 56.57%

R = 25.55%
G = 17.88%
B = 56.57%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46319B (or 0x46319B) is known color: Blue Gem. HEX triplet: 46, 31 and 9B. RGB value is (70,49,155). Sum of RGB (Red+Green+Blue) = 70+49+155=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #46319B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46319B is #B9CE64. Grayscale: #424242. Windows color (decimal): -12176997 or 10170694. OLE color: 10170694.

HSL color Cylindrical-coordinate representation of color #46319B: hue angle of 251.89º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46319B is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 49 155 -
CMYK 0.55 0.68 0 0.39
HSL 251.89º 0.52% 0.4% -
HSV(B) 251.89º 0.68% 0.61% -
XYZ 9.54 5.87 31.64 -
YUV 67.36 177.46 129.88 -
System Red Green Blue C M Y K H S L
Decimal 70 49 155 0.55 0.68 0 0.39 251.89 0.52 0.4
Hex 46 31 9B 37 44 0 27 FC 34 28
Octal 106 61 233 67 104 0 47 374 64 50
Binary 1000110 110001 10011011 110111 1000100 0 100111 11111100 110100 101000

Color Harmonies of #46319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46319B

Black with #46319B

Text Example


Text Example

White with #46319B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,49,155); }

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

background-color css

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

 a { background-color: rgb(70,49,155); }

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

border-color css

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

 span { border-color: rgb(70,49,155); }

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