#473768

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

Shades of Meteorite #473768

Tints of Meteorite #473768

Color information

#473768 (or 0x473768) is unknown color: approx Meteorite. HEX triplet: 47, 37 and 68. RGB value is (71,55,104). Sum of RGB (Red+Green+Blue) = 71+55+104=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #473768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473768 is #B8C897. Grayscale: #414141. Windows color (decimal): -12109976 or 6829895. OLE color: 6829895.

HSL color Cylindrical-coordinate representation of color #473768: hue angle of 259.59º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #473768 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7155104-
CMYK0.320.4700.59
HSL259.59º30.82%31.18%-
HSV(B)259.59º47.12%40.78%-
XYZ6.465.0713.73-
YUV65.37149.8132.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.87%
GREEN value IS 55 (21.88% from 255) = 23.91%
BLUE value IS 104 (41.02% from 255) = 45.22%
R=30.87%
G=23.91%
B=45.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71551040.320.4700.59259.5930.8231.18
Hex473768202F03B1041f1f
Octal1076715040570734043737
Binary1000111110111110100010000010111101110111000001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473768; }

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

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

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

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

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

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

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

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