#462B9E

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

Shades of Blue Gem #462B9E

Tints of Blue Gem #462B9E

Color information

#462B9E (or 0x462B9E) is unknown color: approx Blue Gem. HEX triplet: 46, 2B and 9E. RGB value is (70,43,158). Sum of RGB (Red+Green+Blue) = 70+43+158=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #462B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462B9E is #B9D461. Grayscale: #3F3F3F. Windows color (decimal): -12178530 or 10365766. OLE color: 10365766.

HSL color Cylindrical-coordinate representation of color #462B9E: hue angle of 254.09º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #462B9E is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7043158-
CMYK0.560.7300.38
HSL254.09º57.21%39.41%-
HSV(B)254.09º72.78%61.96%-
XYZ9.565.532.91-
YUV64.18180.95132.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.83%
GREEN value IS 43 (17.19% from 255) = 15.87%
BLUE value IS 158 (62.11% from 255) = 58.30%
R=25.83%
G=15.87%
B=58.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70431580.560.7300.38254.0957.2139.41
Hex462B9E3849026fe3927
Octal10653236701110463767147
Binary1000110101011100111101110001001001010011011111110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462B9E; }

 p { color: rgb(70,43,158); }

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

<style>
 a { background-color: #462B9E; }

 a { background-color: rgb(70,43,158); }

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

<style>
 span { border-color: #462B9E; }

 span { border-color: rgb(70,43,158); }

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