#46269B

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

Shades of Blue Gem #46269B

Tints of Blue Gem #46269B

Color information

#46269B (or 0x46269B) is unknown color: approx Blue Gem. HEX triplet: 46, 26 and 9B. RGB value is (70,38,155). Sum of RGB (Red+Green+Blue) = 70+38+155=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #46269B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46269B is #B9D964. Grayscale: #3C3C3C. Windows color (decimal): -12179813 or 10167878. OLE color: 10167878.

HSL color Cylindrical-coordinate representation of color #46269B: hue angle of 256.41º degrees, saturation: 0.61, 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 #46269B is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7038155-
CMYK0.550.7500.39
HSL256.41º60.62%37.84%-
HSV(B)256.41º75.48%60.78%-
XYZ9.145.0531.5-
YUV60.91181.1134.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.62%
GREEN value IS 38 (15.23% from 255) = 14.45%
BLUE value IS 155 (60.94% from 255) = 58.94%
R=26.62%
G=14.45%
B=58.94%

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
Decimal70381550.550.7500.39256.4160.6237.84
Hex46269B374B0271003d26
Octal10646233671130474007546
Binary10001101001101001101111011110010110100111100000000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46269B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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