#4632A2

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

Shades of Blue Gem #4632A2

Tints of Blue Gem #4632A2

Color information

#4632A2 (or 0x4632A2) is unknown color: approx Blue Gem. HEX triplet: 46, 32 and A2. RGB value is (70,50,162). Sum of RGB (Red+Green+Blue) = 70+50+162=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 162 (63.67% from 255 or 57.45% from 282); Max value from RGB is 162 - color contains mainly: blue. Hex color #4632A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4632A2 is #B9CD5D. Grayscale: #444444. Windows color (decimal): -12176734 or 10629702. OLE color: 10629702.

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

Color convert

RGB7050162-
CMYK0.570.6900.36
HSL250.71º52.83%41.57%-
HSV(B)250.71º69.14%63.53%-
XYZ10.196.1934.84-
YUV68.75180.63128.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.82%
GREEN value IS 50 (19.92% from 255) = 17.73%
BLUE value IS 162 (63.67% from 255) = 57.45%
R=24.82%
G=17.73%
B=57.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal70501620.570.6900.36250.7152.8341.57
Hex4632A23945024fb352a
Octal10662242711050443736552
Binary1000110110010101000101110011000101010010011111011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4632A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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