#462A9F

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

Shades of Blue Gem #462A9F

Tints of Blue Gem #462A9F

Color information

#462A9F (or 0x462A9F) is unknown color: approx Blue Gem. HEX triplet: 46, 2A and 9F. RGB value is (70,42,159). Sum of RGB (Red+Green+Blue) = 70+42+159=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #462A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462A9F is #B9D560. Grayscale: #3F3F3F. Windows color (decimal): -12178785 or 10431046. OLE color: 10431046.

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

Color convert

RGB7042159-
CMYK0.560.7400.38
HSL254.36º58.21%39.41%-
HSV(B)254.36º73.58%62.35%-
XYZ9.615.4633.35-
YUV63.71181.78132.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.83%
GREEN value IS 42 (16.80% from 255) = 15.50%
BLUE value IS 159 (62.5% from 255) = 58.67%
R=25.83%
G=15.50%
B=58.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70421590.560.7400.38254.3658.2139.41
Hex462A9F384A026fe3a27
Octal10652237701120463767247
Binary1000110101010100111111110001001010010011011111110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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