#47365B

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

Shades of Meteorite #47365B

Tints of Meteorite #47365B

Color information

#47365B (or 0x47365B) is unknown color: approx Meteorite. HEX triplet: 47, 36 and 5B. RGB value is (71,54,91). Sum of RGB (Red+Green+Blue) = 71+54+91=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 91 - color contains mainly: blue. Hex color #47365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47365B is #B8C9A4. Grayscale: #3F3F3F. Windows color (decimal): -12110245 or 5977671. OLE color: 5977671.

HSL color Cylindrical-coordinate representation of color #47365B: hue angle of 267.57º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #47365B is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB715491-
CMYK0.220.4100.64
HSL267.57º25.52%28.43%-
HSV(B)267.57º40.66%35.69%-
XYZ5.814.7310.51-
YUV63.3143.63133.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.87%
GREEN value IS 54 (21.48% from 255) = 25%
BLUE value IS 91 (35.94% from 255) = 42.13%
R=32.87%
G=25%
B=42.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7154910.220.4100.64267.5725.5228.43
Hex47365B162904010c1a1c
Octal10766133265101004143234
Binary1000111110110101101110110101001010000001000011001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47365B; }

 p { color: rgb(71,54,91); }

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

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

 a { background-color: rgb(71,54,91); }

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

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

 span { border-color: rgb(71,54,91); }

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