#462A96

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

Shades of Blue Gem #462A96

Tints of Blue Gem #462A96

Color information

#462A96 (or 0x462A96) is unknown color: approx Blue Gem. HEX triplet: 46, 2A and 96. RGB value is (70,42,150). Sum of RGB (Red+Green+Blue) = 70+42+150=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 42 (16.80% from 255 or 16.03% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #462A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462A96 is #B9D569. Grayscale: #3E3E3E. Windows color (decimal): -12178794 or 9841222. OLE color: 9841222.

HSL color Cylindrical-coordinate representation of color #462A96: hue angle of 255.56º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #462A96 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7042150-
CMYK0.530.7200.41
HSL255.56º56.25%37.65%-
HSV(B)255.56º72%58.82%-
XYZ8.865.1629.38-
YUV62.68177.28133.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.72%
GREEN value IS 42 (16.80% from 255) = 16.03%
BLUE value IS 150 (58.98% from 255) = 57.25%
R=26.72%
G=16.03%
B=57.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal70421500.530.7200.41255.5656.2537.65
Hex462A9635480291003826
Octal10652226651100514007046
Binary10001101010101001011011010110010000101001100000000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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