#47385A

Color #47385A Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #47385A

Tints of Meteorite #47385A

Color information

#47385A (or 0x47385A) is unknown color: approx Meteorite. HEX triplet: 47, 38 and 5A. RGB value is (71,56,90). Sum of RGB (Red+Green+Blue) = 71+56+90=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 90 - color contains mainly: blue. Hex color #47385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47385A is #B8C7A5. Grayscale: #404040. Windows color (decimal): -12109734 or 5912647. OLE color: 5912647.

HSL color Cylindrical-coordinate representation of color #47385A: hue angle of 266.47º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #47385A is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB715690-
CMYK0.210.3800.65
HSL266.47º23.29%28.63%-
HSV(B)266.47º37.78%35.29%-
XYZ5.864.9110.31-
YUV64.36142.47132.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.72%
GREEN value IS 56 (22.27% from 255) = 25.81%
BLUE value IS 90 (35.55% from 255) = 41.47%
R=32.72%
G=25.81%
B=41.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7156900.210.3800.65266.4723.2928.63
Hex47385A152604110a171d
Octal10770132254601014122735
Binary1000111111000101101010101100110010000011000010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47385A; }

 p { color: rgb(71,56,90); }

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

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

 a { background-color: rgb(71,56,90); }

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

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

 span { border-color: rgb(71,56,90); }

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