#462996

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

Shades of Blue Gem #462996

Tints of Blue Gem #462996

Color information

#462996 (or 0x462996) is unknown color: approx Blue Gem. HEX triplet: 46, 29 and 96. RGB value is (70,41,150). Sum of RGB (Red+Green+Blue) = 70+41+150=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 150 (58.98% from 255 or 57.47% from 261); Max value from RGB is 150 - color contains mainly: blue. Hex color #462996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462996 is #B9D669. Grayscale: #3D3D3D. Windows color (decimal): -12179050 or 9840966. OLE color: 9840966.

HSL color Cylindrical-coordinate representation of color #462996: hue angle of 255.96º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #462996 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7041150-
CMYK0.530.7300.41
HSL255.96º57.07%37.45%-
HSV(B)255.96º72.67%58.82%-
XYZ8.825.0929.37-
YUV62.1177.61133.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.82%
GREEN value IS 41 (16.41% from 255) = 15.71%
BLUE value IS 150 (58.98% from 255) = 57.47%
R=26.82%
G=15.71%
B=57.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal70411500.530.7300.41255.9657.0737.45
Hex46299635490291003925
Octal10651226651110514007145
Binary10001101010011001011011010110010010101001100000000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462996; }

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

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

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

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

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

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

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

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