#47346F

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

Shades of Meteorite #47346F

Tints of Meteorite #47346F

Color information

#47346F (or 0x47346F) is unknown color: approx Meteorite. HEX triplet: 47, 34 and 6F. RGB value is (71,52,111). Sum of RGB (Red+Green+Blue) = 71+52+111=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 111 - color contains mainly: blue. Hex color #47346F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47346F is #B8CB90. Grayscale: #404040. Windows color (decimal): -12110737 or 7287879. OLE color: 7287879.

HSL color Cylindrical-coordinate representation of color #47346F: hue angle of 259.32º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47346F is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7152111-
CMYK0.360.5300.56
HSL259.32º36.2%31.96%-
HSV(B)259.32º53.15%43.53%-
XYZ6.74.9415.64-
YUV64.41154.29132.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.34%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 111 (43.75% from 255) = 47.44%
R=30.34%
G=22.22%
B=47.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71521110.360.5300.56259.3236.231.96
Hex47346F24350381032420
Octal1076415744650704034440
Binary100011111010011011111001001101010111000100000011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47346F; }

 p { color: rgb(71,52,111); }

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

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

 a { background-color: rgb(71,52,111); }

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

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

 span { border-color: rgb(71,52,111); }

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