#46269C

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

Shades of Blue Gem #46269C

Tints of Blue Gem #46269C

Color information

#46269C (or 0x46269C) is unknown color: approx Blue Gem. HEX triplet: 46, 26 and 9C. RGB value is (70,38,156). Sum of RGB (Red+Green+Blue) = 70+38+156=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #46269C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46269C is #B9D963. Grayscale: #3C3C3C. Windows color (decimal): -12179812 or 10233414. OLE color: 10233414.

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

Color convert

RGB7038156-
CMYK0.550.7600.39
HSL256.27º60.82%38.04%-
HSV(B)256.27º75.64%61.18%-
XYZ9.225.0931.95-
YUV61.02181.6134.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.52%
GREEN value IS 38 (15.23% from 255) = 14.39%
BLUE value IS 156 (61.33% from 255) = 59.09%
R=26.52%
G=14.39%
B=59.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70381560.550.7600.39256.2760.8238.04
Hex46269C374C0271003d26
Octal10646234671140474007546
Binary10001101001101001110011011110011000100111100000000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46269C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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