#46279d

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

Shades of Blue Gem #46279D

Tints of Blue Gem #46279D

Color information

#46279D (or 0x46279D) is unknown color: approx Blue Gem. HEX triplet: 46, 27 and 9D. RGB value is (70,39,157). Sum of RGB (Red+Green+Blue) = 70+39+157=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #46279D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46279D is #B9D862. Grayscale: #3D3D3D. Windows color (decimal): -12179555 or 10299206. OLE color: 10299206.

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

Color convert

RGB7039157-
CMYK0.550.7500.38
HSL255.76º60.2%38.43%-
HSV(B)255.76º75.16%61.57%-
XYZ9.345.1932.41-
YUV61.72181.77133.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.32%
GREEN value IS 39 (15.62% from 255) = 14.66%
BLUE value IS 157 (61.72% from 255) = 59.02%
R=26.32%
G=14.66%
B=59.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70391570.550.7500.38255.7660.238.43
Hex46279D374B0261003c26
Octal10647235671130464007446
Binary10001101001111001110111011110010110100110100000000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46279d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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