#473384

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

Shades of Blue Gem #473384

Tints of Blue Gem #473384

Color information

#473384 (or 0x473384) is unknown color: approx Blue Gem. HEX triplet: 47, 33 and 84. RGB value is (71,51,132). Sum of RGB (Red+Green+Blue) = 71+51+132=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 132 (51.95% from 255 or 51.97% from 254); Max value from RGB is 132 - color contains mainly: blue. Hex color #473384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473384 is #B8CC7B. Grayscale: #414141. Windows color (decimal): -12110972 or 8663879. OLE color: 8663879.

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

Color convert

RGB7151132-
CMYK0.460.6100.48
HSL254.81º44.26%35.88%-
HSV(B)254.81º61.36%51.76%-
XYZ7.955.3722.45-
YUV66.21165.13131.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.95%
GREEN value IS 51 (20.31% from 255) = 20.08%
BLUE value IS 132 (51.95% from 255) = 51.97%
R=27.95%
G=20.08%
B=51.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71511320.460.6100.48254.8144.2635.88
Hex4733842E3D030ff2c24
Octal1076320456750603775444
Binary100011111001110000100101110111101011000011111111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473384; }

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

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

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

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

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

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

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

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