#473D76

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

Shades of Meteorite #473D76

Tints of Meteorite #473D76

Color information

#473D76 (or 0x473D76) is unknown color: approx Meteorite. HEX triplet: 47, 3D and 76. RGB value is (71,61,118). Sum of RGB (Red+Green+Blue) = 71+61+118=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #473D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473D76 is #B8C289. Grayscale: #464646. Windows color (decimal): -12108426 or 7748935. OLE color: 7748935.

HSL color Cylindrical-coordinate representation of color #473D76: hue angle of 250.53º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #473D76 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7161118-
CMYK0.400.4800.54
HSL250.53º31.84%35.1%-
HSV(B)250.53º48.31%46.27%-
XYZ7.545.9917.9-
YUV70.49154.81128.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.4%
GREEN value IS 61 (24.22% from 255) = 24.4%
BLUE value IS 118 (46.48% from 255) = 47.2%
R=28.4%
G=24.4%
B=47.2%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71611180.400.4800.54250.5331.8435.1
Hex473D762830036fb2023
Octal1077516650600663734043
Binary10001111111011110110101000110000011011011111011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473D76; }

 p { color: rgb(71,61,118); }

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

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

 a { background-color: rgb(71,61,118); }

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

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

 span { border-color: rgb(71,61,118); }

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