#473465

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

Shades of Meteorite #473465

Tints of Meteorite #473465

Color information

#473465 (or 0x473465) is unknown color: approx Meteorite. HEX triplet: 47, 34 and 65. RGB value is (71,52,101). Sum of RGB (Red+Green+Blue) = 71+52+101=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: blue. Hex color #473465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473465 is #B8CB9A. Grayscale: #3F3F3F. Windows color (decimal): -12110747 or 6632519. OLE color: 6632519.

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

Color convert

RGB7152101-
CMYK0.300.4900.60
HSL263.27º32.03%30%-
HSV(B)263.27º48.51%39.61%-
XYZ6.184.7412.9-
YUV63.27149.29133.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.70%
GREEN value IS 52 (20.70% from 255) = 23.21%
BLUE value IS 101 (39.84% from 255) = 45.09%
R=31.70%
G=23.21%
B=45.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71521010.300.4900.60263.2732.0330
Hex4734651E3103C107201e
Octal1076414536610744074036
Binary1000111110100110010111110110001011110010000011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473465; }

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

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

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

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

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

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

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

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