#461E9B

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

Shades of Blue Gem #461E9B

Tints of Blue Gem #461E9B

Color information

#461E9B (or 0x461E9B) is unknown color: approx Blue Gem. HEX triplet: 46, 1E and 9B. RGB value is (70,30,155). Sum of RGB (Red+Green+Blue) = 70+30+155=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #461E9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461E9B is #B9E164. Grayscale: #373737. Windows color (decimal): -12181861 or 10165830. OLE color: 10165830.

HSL color Cylindrical-coordinate representation of color #461E9B: hue angle of 259.2º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #461E9B is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7030155-
CMYK0.550.8100.39
HSL259.2º67.57%36.27%-
HSV(B)259.2º80.65%60.78%-
XYZ8.914.631.43-
YUV56.21183.75137.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.45%
GREEN value IS 30 (12.11% from 255) = 11.76%
BLUE value IS 155 (60.94% from 255) = 60.78%
R=27.45%
G=11.76%
B=60.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70301550.550.8100.39259.267.5736.27
Hex461E9B37510271034424
Octal106362336712104740310444
Binary10001101111010011011110111101000101001111000000111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461E9B; }

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

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

<style>
 a { background-color: #461E9B; }

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

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

<style>
 span { border-color: #461E9B; }

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

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