Html Css Color HEX #46319C Blue Gem

📋 copy color: '#46319C'

red 70 ◦ green 49 ◦ blue 156

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

Shades of Blue Gem #46319C

Tints of Blue Gem #46319C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 56.73%

R = 25.45%
G = 17.82%
B = 56.73%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46319C (or 0x46319C) is known color: Blue Gem. HEX triplet: 46, 31 and 9C. RGB value is (70,49,156). Sum of RGB (Red+Green+Blue) = 70+49+156=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #46319C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46319C is #B9CE63. Grayscale: #434343. Windows color (decimal): -12176996 or 10236230. OLE color: 10236230.

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

Color convert

RGB 70 49 156 -
CMYK 0.55 0.69 0 0.39
HSL 251.78º 0.52% 0.4% -
HSV(B) 251.78º 0.69% 0.61% -
XYZ 9.62 5.9 32.08 -
YUV 67.48 177.96 129.8 -
System Red Green Blue C M Y K H S L
Decimal 70 49 156 0.55 0.69 0 0.39 251.78 0.52 0.4
Hex 46 31 9C 37 45 0 27 FC 34 28
Octal 106 61 234 67 105 0 47 374 64 50
Binary 1000110 110001 10011100 110111 1000101 0 100111 11111100 110100 101000

Color Harmonies of #46319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46319C

Black with #46319C

Text Example


Text Example

White with #46319C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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