#46288E

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

Shades of Blue Gem #46288E

Tints of Blue Gem #46288E

Color information

#46288E (or 0x46288E) is unknown color: approx Blue Gem. HEX triplet: 46, 28 and 8E. RGB value is (70,40,142). Sum of RGB (Red+Green+Blue) = 70+40+142=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 142 (55.86% from 255 or 56.35% from 252); Max value from RGB is 142 - color contains mainly: blue. Hex color #46288E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46288E is #B9D771. Grayscale: #3C3C3C. Windows color (decimal): -12179314 or 9316422. OLE color: 9316422.

HSL color Cylindrical-coordinate representation of color #46288E: hue angle of 257.65º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46288E is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7040142-
CMYK0.510.7200.44
HSL257.65º56.04%35.69%-
HSV(B)257.65º71.83%55.69%-
XYZ8.174.7726.08-
YUV60.6173.94134.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.78%
GREEN value IS 40 (16.02% from 255) = 15.87%
BLUE value IS 142 (55.86% from 255) = 56.35%
R=27.78%
G=15.87%
B=56.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70401420.510.7200.44257.6556.0435.69
Hex46288E334802C1023824
Octal10650216631100544027044
Binary10001101010001000111011001110010000101100100000010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,40,142); }

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

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

 a { background-color: rgb(70,40,142); }

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

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

 span { border-color: rgb(70,40,142); }

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