#46279E

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

Shades of Blue Gem #46279E

Tints of Blue Gem #46279E

Color information

#46279E (or 0x46279E) is unknown color: approx Blue Gem. HEX triplet: 46, 27 and 9E. RGB value is (70,39,158). Sum of RGB (Red+Green+Blue) = 70+39+158=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 158 (62.11% from 255 or 59.18% from 267); Max value from RGB is 158 - color contains mainly: blue. Hex color #46279E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46279E is #B9D861. Grayscale: #3D3D3D. Windows color (decimal): -12179554 or 10364742. OLE color: 10364742.

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

Color convert

RGB7039158-
CMYK0.560.7500.38
HSL255.63º60.41%38.63%-
HSV(B)255.63º75.32%61.96%-
XYZ9.425.2232.86-
YUV61.83182.27133.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.22%
GREEN value IS 39 (15.62% from 255) = 14.61%
BLUE value IS 158 (62.11% from 255) = 59.18%
R=26.22%
G=14.61%
B=59.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70391580.560.7500.38255.6360.4138.63
Hex46279E384B0261003c27
Octal10647236701130464007447
Binary10001101001111001111011100010010110100110100000000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46279E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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