#46279A

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

Shades of Blue Gem #46279A

Tints of Blue Gem #46279A

Color information

#46279A (or 0x46279A) is unknown color: approx Blue Gem. HEX triplet: 46, 27 and 9A. RGB value is (70,39,154). Sum of RGB (Red+Green+Blue) = 70+39+154=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 154 (60.55% from 255 or 58.56% from 263); Max value from RGB is 154 - color contains mainly: blue. Hex color #46279A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46279A is #B9D865. Grayscale: #3C3C3C. Windows color (decimal): -12179558 or 10102598. OLE color: 10102598.

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

Color convert

RGB7039154-
CMYK0.550.7500.40
HSL256.17º59.59%37.84%-
HSV(B)256.17º74.68%60.39%-
XYZ9.085.0931.07-
YUV61.38180.27134.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.62%
GREEN value IS 39 (15.62% from 255) = 14.83%
BLUE value IS 154 (60.55% from 255) = 58.56%
R=26.62%
G=14.83%
B=58.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70391540.550.7500.40256.1759.5937.84
Hex46279A374B0281003c26
Octal10647232671130504007446
Binary10001101001111001101011011110010110101000100000000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46279A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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