#4734AA

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

Shades of Blue Gem #4734AA

Tints of Blue Gem #4734AA

Color information

#4734AA (or 0x4734AA) is unknown color: approx Blue Gem. HEX triplet: 47, 34 and AA. RGB value is (71,52,170). Sum of RGB (Red+Green+Blue) = 71+52+170=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #4734AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4734AA is #B8CB55. Grayscale: #464646. Windows color (decimal): -12110678 or 11154503. OLE color: 11154503.

HSL color Cylindrical-coordinate representation of color #4734AA: hue angle of 249.66º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4734AA is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7152170-
CMYK0.580.6900.33
HSL249.66º53.15%43.53%-
HSV(B)249.66º69.41%66.67%-
XYZ11.086.738.74-
YUV71.13183.79127.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.23%
GREEN value IS 52 (20.70% from 255) = 17.75%
BLUE value IS 170 (66.80% from 255) = 58.02%
R=24.23%
G=17.75%
B=58.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71521700.580.6900.33249.6653.1543.53
Hex4734AA3A45021fa352c
Octal10764252721050413726554
Binary1000111110100101010101110101000101010000111111010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4734AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,52,170); }

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

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

 a { background-color: rgb(71,52,170); }

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

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

 span { border-color: rgb(71,52,170); }

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