#4620AA

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

Shades of Blue Gem #4620AA

Tints of Blue Gem #4620AA

Color information

#4620AA (or 0x4620AA) is unknown color: approx Blue Gem. HEX triplet: 46, 20 and AA. RGB value is (70,32,170). Sum of RGB (Red+Green+Blue) = 70+32+170=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #4620AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4620AA is #B9DF55. Grayscale: #3A3A3A. Windows color (decimal): -12181334 or 11149382. OLE color: 11149382.

HSL color Cylindrical-coordinate representation of color #4620AA: hue angle of 256.52º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4620AA is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7032170-
CMYK0.590.8100.33
HSL256.52º68.32%39.61%-
HSV(B)256.52º81.18%66.67%-
XYZ10.35.2438.5-
YUV59.09190.59135.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 32 (12.89% from 255) = 11.76%
BLUE value IS 170 (66.80% from 255) = 62.5%
R=25.74%
G=11.76%
B=62.5%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70321700.590.8100.33256.5268.3239.61
Hex4620AA3B510211014428
Octal106402527312104140110450
Binary100011010000010101010111011101000101000011000000011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4620AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4620AA; }

 p { color: rgb(70,32,170); }

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

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

 a { background-color: rgb(70,32,170); }

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

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

 span { border-color: rgb(70,32,170); }

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