#473385

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

Shades of Blue Gem #473385

Tints of Blue Gem #473385

Color information

#473385 (or 0x473385) is unknown color: approx Blue Gem. HEX triplet: 47, 33 and 85. RGB value is (71,51,133). Sum of RGB (Red+Green+Blue) = 71+51+133=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #473385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473385 is #B8CC7A. Grayscale: #424242. Windows color (decimal): -12110971 or 8729415. OLE color: 8729415.

HSL color Cylindrical-coordinate representation of color #473385: hue angle of 254.63º 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 #473385 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7151133-
CMYK0.470.6200.48
HSL254.63º44.57%36.08%-
HSV(B)254.63º61.65%52.16%-
XYZ8.025.422.81-
YUV66.33165.63131.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.84%
GREEN value IS 51 (20.31% from 255) = 20%
BLUE value IS 133 (52.34% from 255) = 52.16%
R=27.84%
G=20%
B=52.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71511330.470.6200.48254.6344.5736.08
Hex4733852F3E030ff2d24
Octal1076320557760603775544
Binary100011111001110000101101111111110011000011111111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473385; }

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

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

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

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

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

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

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

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