#46269D

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

Shades of Blue Gem #46269D

Tints of Blue Gem #46269D

Color information

#46269D (or 0x46269D) is unknown color: approx Blue Gem. HEX triplet: 46, 26 and 9D. RGB value is (70,38,157). Sum of RGB (Red+Green+Blue) = 70+38+157=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #46269D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46269D is #B9D962. Grayscale: #3C3C3C. Windows color (decimal): -12179811 or 10298950. OLE color: 10298950.

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

Color convert

RGB7038157-
CMYK0.550.7600.38
HSL256.13º61.03%38.24%-
HSV(B)256.13º75.8%61.57%-
XYZ9.35.1232.4-
YUV61.13182.1134.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.42%
GREEN value IS 38 (15.23% from 255) = 14.34%
BLUE value IS 157 (61.72% from 255) = 59.25%
R=26.42%
G=14.34%
B=59.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70381570.550.7600.38256.1361.0338.24
Hex46269D374C0261003d26
Octal10646235671140464007546
Binary10001101001101001110111011110011000100110100000000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46269D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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