Html Css Color HEX #473D73 Meteorite

📋 copy color: '#473D73'

red 71 ◦ green 61 ◦ blue 115

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

Shades of Meteorite #473D73

Tints of Meteorite #473D73

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.7%

 BLUE value IS 115 (45.31% from 255) = 46.56%

R = 28.74%
G = 24.7%
B = 46.56%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#473D73 (or 0x473D73) is known color: Meteorite. HEX triplet: 47, 3D and 73. RGB value is (71,61,115). Sum of RGB (Red+Green+Blue) = 71+61+115=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #473D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473D73 is #B8C28C. Grayscale: #454545. Windows color (decimal): -12108429 or 7552327. OLE color: 7552327.

HSL color Cylindrical-coordinate representation of color #473D73: hue angle of 251.11º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #473D73 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 61 115 -
CMYK 0.38 0.47 0 0.55
HSL 251.11º 0.31% 0.35% -
HSV(B) 251.11º 0.47% 0.45% -
XYZ 7.36 5.91 16.97 -
YUV 70.15 153.31 128.61 -
System Red Green Blue C M Y K H S L
Decimal 71 61 115 0.38 0.47 0 0.55 251.11 0.31 0.35
Hex 47 3D 73 26 2F 0 37 FB 1F 23
Octal 107 75 163 46 57 0 67 373 37 43
Binary 1000111 111101 1110011 100110 101111 0 110111 11111011 11111 100011

Color Harmonies of #473D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473D73

Black with #473D73

Text Example


Text Example

White with #473D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,61,115); }

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

background-color css

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

 a { background-color: rgb(71,61,115); }

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

border-color css

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

 span { border-color: rgb(71,61,115); }

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