#46209E

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

Shades of Blue Gem #46209E

Tints of Blue Gem #46209E

Color information

#46209E (or 0x46209E) is unknown color: approx Blue Gem. HEX triplet: 46, 20 and 9E. RGB value is (70,32,158). Sum of RGB (Red+Green+Blue) = 70+32+158=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 158 (62.11% from 255 or 60.77% from 260); Max value from RGB is 158 - color contains mainly: blue. Hex color #46209E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46209E is #B9DF61. Grayscale: #393939. Windows color (decimal): -12181346 or 10362950. OLE color: 10362950.

HSL color Cylindrical-coordinate representation of color #46209E: hue angle of 258.1º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46209E is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7032158-
CMYK0.560.8000.38
HSL258.1º66.32%37.25%-
HSV(B)258.1º79.75%61.96%-
XYZ9.214.832.79-
YUV57.73184.59136.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.92%
GREEN value IS 32 (12.89% from 255) = 12.31%
BLUE value IS 158 (62.11% from 255) = 60.77%
R=26.92%
G=12.31%
B=60.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70321580.560.8000.38258.166.3237.25
Hex46209E38500261024225
Octal106402367012004640210245
Binary100011010000010011110111000101000001001101000000101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46209E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46209E; }

 p { color: rgb(70,32,158); }

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

<style>
 a { background-color: #46209E; }

 a { background-color: rgb(70,32,158); }

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

<style>
 span { border-color: #46209E; }

 span { border-color: rgb(70,32,158); }

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