#462E9C

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

Shades of Blue Gem #462E9C

Tints of Blue Gem #462E9C

Color information

#462E9C (or 0x462E9C) is unknown color: approx Blue Gem. HEX triplet: 46, 2E and 9C. RGB value is (70,46,156). Sum of RGB (Red+Green+Blue) = 70+46+156=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 156 (61.33% from 255 or 57.35% from 272); Max value from RGB is 156 - color contains mainly: blue. Hex color #462E9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462E9C is #B9D163. Grayscale: #414141. Windows color (decimal): -12177764 or 10235462. OLE color: 10235462.

HSL color Cylindrical-coordinate representation of color #462E9C: hue angle of 253.09º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #462E9C is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7046156-
CMYK0.550.7100.39
HSL253.09º54.46%39.61%-
HSV(B)253.09º70.51%61.18%-
XYZ9.55.6632.04-
YUV65.72178.95131.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 46 (18.36% from 255) = 16.91%
BLUE value IS 156 (61.33% from 255) = 57.35%
R=25.74%
G=16.91%
B=57.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70461560.550.7100.39253.0954.4639.61
Hex462E9C3747027fd3628
Octal10656234671070473756650
Binary1000110101110100111001101111000111010011111111101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,46,156); }

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

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

 a { background-color: rgb(70,46,156); }

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

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

 span { border-color: rgb(70,46,156); }

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