#462196

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

Shades of Blue Gem #462196

Tints of Blue Gem #462196

Color information

#462196 (or 0x462196) is unknown color: approx Blue Gem. HEX triplet: 46, 21 and 96. RGB value is (70,33,150). Sum of RGB (Red+Green+Blue) = 70+33+150=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 150 (58.98% from 255 or 59.29% from 253); Max value from RGB is 150 - color contains mainly: blue. Hex color #462196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462196 is #B9DE69. Grayscale: #383838. Windows color (decimal): -12181098 or 9838918. OLE color: 9838918.

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

Color convert

RGB7033150-
CMYK0.530.7800.41
HSL258.97º63.93%35.88%-
HSV(B)258.97º78%58.82%-
XYZ8.574.5929.29-
YUV57.4180.26136.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.67%
GREEN value IS 33 (13.28% from 255) = 13.04%
BLUE value IS 150 (58.98% from 255) = 59.29%
R=27.67%
G=13.04%
B=59.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal70331500.530.7800.41258.9763.9335.88
Hex462196354E0291034024
Octal106412266511605140310044
Binary100011010000110010110110101100111001010011000000111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462196; }

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

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

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

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

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

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

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

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