#473D75

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

Shades of Meteorite #473D75

Tints of Meteorite #473D75

Color information

#473D75 (or 0x473D75) is unknown color: approx Meteorite. HEX triplet: 47, 3D and 75. RGB value is (71,61,117). Sum of RGB (Red+Green+Blue) = 71+61+117=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #473D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473D75 is #B8C28A. Grayscale: #464646. Windows color (decimal): -12108427 or 7683399. OLE color: 7683399.

HSL color Cylindrical-coordinate representation of color #473D75: hue angle of 250.71º degrees, saturation: 0.31, 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 #473D75 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7161117-
CMYK0.390.4800.54
HSL250.71º31.46%34.9%-
HSV(B)250.71º47.86%45.88%-
XYZ7.485.9617.59-
YUV70.37154.31128.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.51%
GREEN value IS 61 (24.22% from 255) = 24.50%
BLUE value IS 117 (46.09% from 255) = 46.99%
R=28.51%
G=24.50%
B=46.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71611170.390.4800.54250.7131.4634.9
Hex473D752730036fb1f23
Octal1077516547600663733743
Binary1000111111101111010110011111000001101101111101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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