Html Css Color HEX #46319E Blue Gem

📋 copy color: '#46319E'

red 70 ◦ green 49 ◦ blue 158

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

Shades of Blue Gem #46319E

Tints of Blue Gem #46319E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 57.04%

R = 25.27%
G = 17.69%
B = 57.04%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46319E (or 0x46319E) is known color: Blue Gem. HEX triplet: 46, 31 and 9E. RGB value is (70,49,158). Sum of RGB (Red+Green+Blue) = 70+49+158=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #46319E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46319E is #B9CE61. Grayscale: #434343. Windows color (decimal): -12176994 or 10367302. OLE color: 10367302.

HSL color Cylindrical-coordinate representation of color #46319E: hue angle of 251.56º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46319E is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 49 158 -
CMYK 0.56 0.69 0 0.38
HSL 251.56º 0.53% 0.41% -
HSV(B) 251.56º 0.69% 0.62% -
XYZ 9.8 5.97 32.98 -
YUV 67.71 178.96 129.64 -
System Red Green Blue C M Y K H S L
Decimal 70 49 158 0.56 0.69 0 0.38 251.56 0.53 0.41
Hex 46 31 9E 38 45 0 26 FC 35 29
Octal 106 61 236 70 105 0 46 374 65 51
Binary 1000110 110001 10011110 111000 1000101 0 100110 11111100 110101 101001

Color Harmonies of #46319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46319E

Black with #46319E

Text Example


Text Example

White with #46319E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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