#462392

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

Shades of Blue Gem #462392

Tints of Blue Gem #462392

Color information

#462392 (or 0x462392) is unknown color: approx Blue Gem. HEX triplet: 46, 23 and 92. RGB value is (70,35,146). Sum of RGB (Red+Green+Blue) = 70+35+146=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #462392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462392 is #B9DC6D. Grayscale: #393939. Windows color (decimal): -12180590 or 9577286. OLE color: 9577286.

HSL color Cylindrical-coordinate representation of color #462392: hue angle of 258.92º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #462392 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7035146-
CMYK0.520.7600.43
HSL258.92º61.33%35.49%-
HSV(B)258.92º76.03%57.25%-
XYZ8.324.5827.64-
YUV58.12177.6136.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.89%
GREEN value IS 35 (14.06% from 255) = 13.94%
BLUE value IS 146 (57.42% from 255) = 58.17%
R=27.89%
G=13.94%
B=58.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70351460.520.7600.43258.9261.3335.49
Hex462392344C02B1033d23
Octal10643222641140534037543
Binary10001101000111001001011010010011000101011100000011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462392; }

 p { color: rgb(70,35,146); }

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

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

 a { background-color: rgb(70,35,146); }

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

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

 span { border-color: rgb(70,35,146); }

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