Html Css Color HEX #46219B Blue Gem

📋 copy color: '#46219B'

red 70 ◦ green 33 ◦ blue 155

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

Shades of Blue Gem #46219B

Tints of Blue Gem #46219B

RGB

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

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

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

R = 27.13%
G = 12.79%
B = 60.08%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46219B (or 0x46219B) is known color: Blue Gem. HEX triplet: 46, 21 and 9B. RGB value is (70,33,155). Sum of RGB (Red+Green+Blue) = 70+33+155=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #46219B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46219B is #B9DE64. Grayscale: #393939. Windows color (decimal): -12181093 or 10166598. OLE color: 10166598.

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

Color convert

RGB 70 33 155 -
CMYK 0.55 0.79 0 0.39
HSL 258.2º 0.65% 0.37% -
HSV(B) 258.2º 0.79% 0.61% -
XYZ 8.99 4.76 31.45 -
YUV 57.97 182.76 136.58 -
System Red Green Blue C M Y K H S L
Decimal 70 33 155 0.55 0.79 0 0.39 258.2 0.65 0.37
Hex 46 21 9B 37 4F 0 27 102 41 25
Octal 106 41 233 67 117 0 47 402 101 45
Binary 1000110 100001 10011011 110111 1001111 0 100111 100000010 1000001 100101

Color Harmonies of #46219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46219B

Black with #46219B

Text Example


Text Example

White with #46219B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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