#462A95

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

Shades of Blue Gem #462A95

Tints of Blue Gem #462A95

Color information

#462A95 (or 0x462A95) is unknown color: approx Blue Gem. HEX triplet: 46, 2A and 95. RGB value is (70,42,149). Sum of RGB (Red+Green+Blue) = 70+42+149=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 42 (16.80% from 255 or 16.09% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #462A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462A95 is #B9D56A. Grayscale: #3E3E3E. Windows color (decimal): -12178795 or 9775686. OLE color: 9775686.

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

Color convert

RGB7042149-
CMYK0.530.7200.42
HSL255.7º56.02%37.45%-
HSV(B)255.7º71.81%58.43%-
XYZ8.785.1328.96-
YUV62.57176.78133.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.82%
GREEN value IS 42 (16.80% from 255) = 16.09%
BLUE value IS 149 (58.59% from 255) = 57.09%
R=26.82%
G=16.09%
B=57.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70421490.530.7200.42255.756.0237.45
Hex462A95354802A1003825
Octal10652225651100524007045
Binary10001101010101001010111010110010000101010100000000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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