#4634A3

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

Shades of Blue Gem #4634A3

Tints of Blue Gem #4634A3

Color information

#4634A3 (or 0x4634A3) is unknown color: approx Blue Gem. HEX triplet: 46, 34 and A3. RGB value is (70,52,163). Sum of RGB (Red+Green+Blue) = 70+52+163=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 163 (64.06% from 255 or 57.19% from 285); Max value from RGB is 163 - color contains mainly: blue. Hex color #4634A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4634A3 is #B9CB5C. Grayscale: #454545. Windows color (decimal): -12176221 or 10695750. OLE color: 10695750.

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

Color convert

RGB7052163-
CMYK0.570.6800.36
HSL249.73º51.63%42.16%-
HSV(B)249.73º68.1%63.92%-
XYZ10.366.435.34-
YUV70.04180.46127.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.56%
GREEN value IS 52 (20.70% from 255) = 18.25%
BLUE value IS 163 (64.06% from 255) = 57.19%
R=24.56%
G=18.25%
B=57.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal70521630.570.6800.36249.7351.6342.16
Hex4634A33944024fa342a
Octal10664243711040443726452
Binary1000110110100101000111110011000100010010011111010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4634A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4634A3; }

 p { color: rgb(70,52,163); }

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

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

 a { background-color: rgb(70,52,163); }

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

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

 span { border-color: rgb(70,52,163); }

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