Html Css Color HEX #473770 Meteorite

📋 copy color: '#473770'

red 71 ◦ green 55 ◦ blue 112

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

Shades of Meteorite #473770

Tints of Meteorite #473770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.11%

 BLUE value IS 112 (44.14% from 255) = 47.06%

R = 29.83%
G = 23.11%
B = 47.06%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#473770 (or 0x473770) is known color: Meteorite. HEX triplet: 47, 37 and 70. RGB value is (71,55,112). Sum of RGB (Red+Green+Blue) = 71+55+112=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 112 - color contains mainly: blue. Hex color #473770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473770 is #B8C88F. Grayscale: #424242. Windows color (decimal): -12109968 or 7354183. OLE color: 7354183.

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

Color convert

RGB 71 55 112 -
CMYK 0.37 0.51 0 0.56
HSL 256.84º 0.34% 0.33% -
HSV(B) 256.84º 0.51% 0.44% -
XYZ 6.89 5.24 15.98 -
YUV 66.28 153.8 131.37 -
System Red Green Blue C M Y K H S L
Decimal 71 55 112 0.37 0.51 0 0.56 256.84 0.34 0.33
Hex 47 37 70 25 33 0 38 101 22 21
Octal 107 67 160 45 63 0 70 401 42 41
Binary 1000111 110111 1110000 100101 110011 0 111000 100000001 100010 100001

Color Harmonies of #473770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473770

Black with #473770

Text Example


Text Example

White with #473770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473770; }

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

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

background-color css

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

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

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

border-color css

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

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

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