#4625A2

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

Shades of Blue Gem #4625A2

Tints of Blue Gem #4625A2

Color information

#4625A2 (or 0x4625A2) is unknown color: approx Blue Gem. HEX triplet: 46, 25 and A2. RGB value is (70,37,162). Sum of RGB (Red+Green+Blue) = 70+37+162=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 162 (63.67% from 255 or 60.22% from 269); Max value from RGB is 162 - color contains mainly: blue. Hex color #4625A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4625A2 is #B9DA5D. Grayscale: #3C3C3C. Windows color (decimal): -12180062 or 10626374. OLE color: 10626374.

HSL color Cylindrical-coordinate representation of color #4625A2: hue angle of 255.84º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4625A2 is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7037162-
CMYK0.570.7700.36
HSL255.84º62.81%39.02%-
HSV(B)255.84º77.16%63.53%-
XYZ9.715.2334.68-
YUV61.12184.93134.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.02%
GREEN value IS 37 (14.84% from 255) = 13.75%
BLUE value IS 162 (63.67% from 255) = 60.22%
R=26.02%
G=13.75%
B=60.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal70371620.570.7700.36255.8462.8139.02
Hex4625A2394D0241003f27
Octal10645242711150444007747
Binary10001101001011010001011100110011010100100100000000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4625A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4625A2; }

 p { color: rgb(70,37,162); }

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

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

 a { background-color: rgb(70,37,162); }

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

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

 span { border-color: rgb(70,37,162); }

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