Html Css Color HEX #473570 Meteorite

📋 copy color: '#473570'

red 71 ◦ green 53 ◦ blue 112

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

Shades of Meteorite #473570

Tints of Meteorite #473570

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.46%

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

R = 30.08%
G = 22.46%
B = 47.46%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#473570 (or 0x473570) is known color: Meteorite. HEX triplet: 47, 35 and 70. RGB value is (71,53,112). Sum of RGB (Red+Green+Blue) = 71+53+112=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 112 - color contains mainly: blue. Hex color #473570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473570 is #B8CA8F. Grayscale: #404040. Windows color (decimal): -12110480 or 7353671. OLE color: 7353671.

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

Color convert

RGB 71 53 112 -
CMYK 0.37 0.53 0 0.56
HSL 258.31º 0.36% 0.32% -
HSV(B) 258.31º 0.53% 0.44% -
XYZ 6.8 5.06 15.95 -
YUV 65.11 154.46 132.2 -
System Red Green Blue C M Y K H S L
Decimal 71 53 112 0.37 0.53 0 0.56 258.31 0.36 0.32
Hex 47 35 70 25 35 0 38 102 24 20
Octal 107 65 160 45 65 0 70 402 44 40
Binary 1000111 110101 1110000 100101 110101 0 111000 100000010 100100 100000

Color Harmonies of #473570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473570

Black with #473570

Text Example


Text Example

White with #473570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473570; }

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

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

background-color css

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

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

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

border-color css

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

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

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