#46229A

Color #46229A Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #46229A

Tints of Blue Gem #46229A

Color information

#46229A (or 0x46229A) is unknown color: approx Blue Gem. HEX triplet: 46, 22 and 9A. RGB value is (70,34,154). Sum of RGB (Red+Green+Blue) = 70+34+154=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 154 (60.55% from 255 or 59.69% from 258); Max value from RGB is 154 - color contains mainly: blue. Hex color #46229A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46229A is #B9DD65. Grayscale: #3A3A3A. Windows color (decimal): -12180838 or 10101318. OLE color: 10101318.

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

Color convert

RGB7034154-
CMYK0.550.7800.40
HSL258º63.83%36.86%-
HSV(B)258º77.92%60.39%-
XYZ8.934.7831.02-
YUV58.44181.93136.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.13%
GREEN value IS 34 (13.67% from 255) = 13.18%
BLUE value IS 154 (60.55% from 255) = 59.69%
R=27.13%
G=13.18%
B=59.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70341540.550.7800.4025863.8336.86
Hex46229A374E0281024025
Octal106422326711605040210045
Binary100011010001010011010110111100111001010001000000101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46229A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #46229A;
 }
 .AnyTagClassName
 {
   color: #46229A;
 }
</style>
background-color css

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

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

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

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

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

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