#473284

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

Shades of Blue Gem #473284

Tints of Blue Gem #473284

Color information

#473284 (or 0x473284) is unknown color: approx Blue Gem. HEX triplet: 47, 32 and 84. RGB value is (71,50,132). Sum of RGB (Red+Green+Blue) = 71+50+132=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 132 (51.95% from 255 or 52.17% from 253); Max value from RGB is 132 - color contains mainly: blue. Hex color #473284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473284 is #B8CD7B. Grayscale: #414141. Windows color (decimal): -12111228 or 8663623. OLE color: 8663623.

HSL color Cylindrical-coordinate representation of color #473284: hue angle of 255.37º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #473284 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7150132-
CMYK0.460.6200.48
HSL255.37º45.05%35.69%-
HSV(B)255.37º62.12%51.76%-
XYZ7.95.2922.43-
YUV65.63165.46131.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.06%
GREEN value IS 50 (19.92% from 255) = 19.76%
BLUE value IS 132 (51.95% from 255) = 52.17%
R=28.06%
G=19.76%
B=52.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71501320.460.6200.48255.3745.0535.69
Hex4732842E3E030ff2d24
Octal1076220456760603775544
Binary100011111001010000100101110111110011000011111111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473284; }

 p { color: rgb(71,50,132); }

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

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

 a { background-color: rgb(71,50,132); }

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

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

 span { border-color: rgb(71,50,132); }

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