#462A9E

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

Shades of Blue Gem #462A9E

Tints of Blue Gem #462A9E

Color information

#462A9E (or 0x462A9E) is unknown color: approx Blue Gem. HEX triplet: 46, 2A and 9E. RGB value is (70,42,158). Sum of RGB (Red+Green+Blue) = 70+42+158=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #462A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462A9E is #B9D561. Grayscale: #3F3F3F. Windows color (decimal): -12178786 or 10365510. OLE color: 10365510.

HSL color Cylindrical-coordinate representation of color #462A9E: hue angle of 254.48º degrees, saturation: 0.58, 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 #462A9E is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7042158-
CMYK0.560.7300.38
HSL254.48º58%39.22%-
HSV(B)254.48º73.42%61.96%-
XYZ9.535.4332.89-
YUV63.6181.28132.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.93%
GREEN value IS 42 (16.80% from 255) = 15.56%
BLUE value IS 158 (62.11% from 255) = 58.52%
R=25.93%
G=15.56%
B=58.52%

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
Decimal70421580.560.7300.38254.485839.22
Hex462A9E3849026fe3a27
Octal10652236701110463767247
Binary1000110101010100111101110001001001010011011111110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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