#46279C

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

Shades of Blue Gem #46279C

Tints of Blue Gem #46279C

Color information

#46279C (or 0x46279C) is unknown color: approx Blue Gem. HEX triplet: 46, 27 and 9C. RGB value is (70,39,156). Sum of RGB (Red+Green+Blue) = 70+39+156=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #46279C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46279C is #B9D863. Grayscale: #3D3D3D. Windows color (decimal): -12179556 or 10233670. OLE color: 10233670.

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

Color convert

RGB7039156-
CMYK0.550.7500.39
HSL255.9º60%38.24%-
HSV(B)255.9º75%61.18%-
XYZ9.255.1531.96-
YUV61.61181.27133.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.42%
GREEN value IS 39 (15.62% from 255) = 14.72%
BLUE value IS 156 (61.33% from 255) = 58.87%
R=26.42%
G=14.72%
B=58.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70391560.550.7500.39255.96038.24
Hex46279C374B0271003c26
Octal10647234671130474007446
Binary10001101001111001110011011110010110100111100000000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46279C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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