#473A70

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

Shades of Meteorite #473A70

Tints of Meteorite #473A70

Color information

#473A70 (or 0x473A70) is unknown color: approx Meteorite. HEX triplet: 47, 3A and 70. RGB value is (71,58,112). Sum of RGB (Red+Green+Blue) = 71+58+112=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #473A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473A70 is #B8C58F. Grayscale: #434343. Windows color (decimal): -12109200 or 7354951. OLE color: 7354951.

HSL color Cylindrical-coordinate representation of color #473A70: hue angle of 254.44º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #473A70 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7158112-
CMYK0.370.4800.56
HSL254.44º31.76%33.33%-
HSV(B)254.44º48.21%43.92%-
XYZ7.045.5416.03-
YUV68.04152.81130.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.46%
GREEN value IS 58 (23.05% from 255) = 24.07%
BLUE value IS 112 (44.14% from 255) = 46.47%
R=29.46%
G=24.07%
B=46.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71581120.370.4800.56254.4431.7633.33
Hex473A702530038fe2021
Octal1077216045600703764041
Binary10001111110101110000100101110000011100011111110100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,58,112); }

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

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

 a { background-color: rgb(71,58,112); }

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

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

 span { border-color: rgb(71,58,112); }

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