#46239D

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

Shades of Blue Gem #46239D

Tints of Blue Gem #46239D

Color information

#46239D (or 0x46239D) is unknown color: approx Blue Gem. HEX triplet: 46, 23 and 9D. RGB value is (70,35,157). Sum of RGB (Red+Green+Blue) = 70+35+157=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #46239D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46239D is #B9DC62. Grayscale: #3A3A3A. Windows color (decimal): -12180579 or 10298182. OLE color: 10298182.

HSL color Cylindrical-coordinate representation of color #46239D: hue angle of 257.21º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #46239D is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7035157-
CMYK0.550.7800.38
HSL257.21º63.54%37.65%-
HSV(B)257.21º77.71%61.57%-
XYZ9.214.9432.37-
YUV59.37183.1135.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.72%
GREEN value IS 35 (14.06% from 255) = 13.36%
BLUE value IS 157 (61.72% from 255) = 59.92%
R=26.72%
G=13.36%
B=59.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70351570.550.7800.38257.2163.5437.65
Hex46239D374E0261014026
Octal106432356711604640110046
Binary100011010001110011101110111100111001001101000000011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46239D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46239D; }

 p { color: rgb(70,35,157); }

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

<style>
 a { background-color: #46239D; }

 a { background-color: rgb(70,35,157); }

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

<style>
 span { border-color: #46239D; }

 span { border-color: rgb(70,35,157); }

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