#462A9D

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

Shades of Blue Gem #462A9D

Tints of Blue Gem #462A9D

Color information

#462A9D (or 0x462A9D) is unknown color: approx Blue Gem. HEX triplet: 46, 2A and 9D. RGB value is (70,42,157). Sum of RGB (Red+Green+Blue) = 70+42+157=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #462A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462A9D is #B9D562. Grayscale: #3F3F3F. Windows color (decimal): -12178787 or 10299974. OLE color: 10299974.

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

Color convert

RGB7042157-
CMYK0.550.7300.38
HSL254.61º57.79%39.02%-
HSV(B)254.61º73.25%61.57%-
XYZ9.445.3932.44-
YUV63.48180.78132.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.02%
GREEN value IS 42 (16.80% from 255) = 15.61%
BLUE value IS 157 (61.72% from 255) = 58.36%
R=26.02%
G=15.61%
B=58.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70421570.550.7300.38254.6157.7939.02
Hex462A9D3749026ff3a27
Octal10652235671110463777247
Binary1000110101010100111011101111001001010011011111111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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