#473765

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

Shades of Meteorite #473765

Tints of Meteorite #473765

Color information

#473765 (or 0x473765) is unknown color: approx Meteorite. HEX triplet: 47, 37 and 65. RGB value is (71,55,101). Sum of RGB (Red+Green+Blue) = 71+55+101=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 101 - color contains mainly: blue. Hex color #473765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473765 is #B8C89A. Grayscale: #404040. Windows color (decimal): -12109979 or 6633287. OLE color: 6633287.

HSL color Cylindrical-coordinate representation of color #473765: hue angle of 260.87º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #473765 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7155101-
CMYK0.300.4600.60
HSL260.87º29.49%30.59%-
HSV(B)260.87º45.54%39.61%-
XYZ6.315.0112.95-
YUV65.03148.3132.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.28%
GREEN value IS 55 (21.88% from 255) = 24.23%
BLUE value IS 101 (39.84% from 255) = 44.49%
R=31.28%
G=24.23%
B=44.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71551010.300.4600.60260.8729.4930.59
Hex4737651E2E03C1051d1f
Octal1076714536560744053537
Binary100011111011111001011111010111001111001000001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473765; }

 p { color: rgb(71,55,101); }

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

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

 a { background-color: rgb(71,55,101); }

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

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

 span { border-color: rgb(71,55,101); }

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