Html Css Color HEX #46229B Blue Gem

📋 copy color: '#46229B'

red 70 ◦ green 34 ◦ blue 155

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

Shades of Blue Gem #46229B

Tints of Blue Gem #46229B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.13%

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

R = 27.03%
G = 13.13%
B = 59.85%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46229B (or 0x46229B) is known color: Blue Gem. HEX triplet: 46, 22 and 9B. RGB value is (70,34,155). Sum of RGB (Red+Green+Blue) = 70+34+155=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #46229B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46229B is #B9DD64. Grayscale: #3A3A3A. Windows color (decimal): -12180837 or 10166854. OLE color: 10166854.

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

Color convert

RGB 70 34 155 -
CMYK 0.55 0.78 0 0.39
HSL 257.85º 0.64% 0.37% -
HSV(B) 257.85º 0.78% 0.61% -
XYZ 9.01 4.81 31.46 -
YUV 58.56 182.43 136.16 -
System Red Green Blue C M Y K H S L
Decimal 70 34 155 0.55 0.78 0 0.39 257.85 0.64 0.37
Hex 46 22 9B 37 4E 0 27 102 40 25
Octal 106 42 233 67 116 0 47 402 100 45
Binary 1000110 100010 10011011 110111 1001110 0 100111 100000010 1000000 100101

Color Harmonies of #46229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46229B

Black with #46229B

Text Example


Text Example

White with #46229B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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