Html Css Color HEX #46219D Blue Gem

📋 copy color: '#46219D'

red 70 ◦ green 33 ◦ blue 157

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

Shades of Blue Gem #46219D

Tints of Blue Gem #46219D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.69%

 BLUE value IS 157 (61.72% from 255) = 60.38%

R = 26.92%
G = 12.69%
B = 60.38%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46219D (or 0x46219D) is known color: Blue Gem. HEX triplet: 46, 21 and 9D. RGB value is (70,33,157). Sum of RGB (Red+Green+Blue) = 70+33+157=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #46219D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46219D is #B9DE62. Grayscale: #393939. Windows color (decimal): -12181091 or 10297670. OLE color: 10297670.

HSL color Cylindrical-coordinate representation of color #46219D: hue angle of 257.9º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46219D is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 33 157 -
CMYK 0.55 0.79 0 0.38
HSL 257.9º 0.65% 0.37% -
HSV(B) 257.9º 0.79% 0.62% -
XYZ 9.16 4.82 32.35 -
YUV 58.2 183.76 136.42 -
System Red Green Blue C M Y K H S L
Decimal 70 33 157 0.55 0.79 0 0.38 257.9 0.65 0.37
Hex 46 21 9D 37 4F 0 26 102 41 25
Octal 106 41 235 67 117 0 46 402 101 45
Binary 1000110 100001 10011101 110111 1001111 0 100110 100000010 1000001 100101

Color Harmonies of #46219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46219D

Black with #46219D

Text Example


Text Example

White with #46219D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46219D; }

 p { color: rgb(70,33,157); }

 H1.HeaderClassName
 {
   color: #46219D;
 }
 .AnyTagClassName
 {
   color: #46219D;
 }
</style>

background-color css

<style>
 a { background-color: #46219D; }

 a { background-color: rgb(70,33,157); }

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

border-color css

<style>
 span { border-color: #46219D; }

 span { border-color: rgb(70,33,157); }

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