Html Css Color HEX #473A71 Meteorite

📋 copy color: '#473A71'

red 71 ◦ green 58 ◦ blue 113

#473A71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteorite #473A71

Tints of Meteorite #473A71

RGB

 RED value IS 71 (28.13% from 255) = 29.34%

 GREEN value IS 58 (23.05% from 255) = 23.97%

 BLUE value IS 113 (44.53% from 255) = 46.69%

R = 29.34%
G = 23.97%
B = 46.69%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#473A71 (or 0x473A71) is known color: Meteorite. HEX triplet: 47, 3A and 71. RGB value is (71,58,113). Sum of RGB (Red+Green+Blue) = 71+58+113=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #473A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473A71 is #B8C58E. Grayscale: #434343. Windows color (decimal): -12109199 or 7420487. OLE color: 7420487.

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

Color convert

RGB 71 58 113 -
CMYK 0.37 0.49 0 0.56
HSL 254.18º 0.32% 0.34% -
HSV(B) 254.18º 0.49% 0.44% -
XYZ 7.09 5.56 16.32 -
YUV 68.16 153.31 130.03 -
System Red Green Blue C M Y K H S L
Decimal 71 58 113 0.37 0.49 0 0.56 254.18 0.32 0.34
Hex 47 3A 71 25 31 0 38 FE 20 22
Octal 107 72 161 45 61 0 70 376 40 42
Binary 1000111 111010 1110001 100101 110001 0 111000 11111110 100000 100010

Color Harmonies of #473A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473A71

Black with #473A71

Text Example


Text Example

White with #473A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #473A71;
 }
 .AnyTagClassName
 {
   color: #473A71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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