Html Css Color HEX #473572 Meteorite

📋 copy color: '#473572'

red 71 ◦ green 53 ◦ blue 114

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

Shades of Meteorite #473572

Tints of Meteorite #473572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 47.9%

R = 29.83%
G = 22.27%
B = 47.9%

CMYK

 C value IS 0.38

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#473572 (or 0x473572) is known color: Meteorite. HEX triplet: 47, 35 and 72. RGB value is (71,53,114). Sum of RGB (Red+Green+Blue) = 71+53+114=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #473572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473572 is #B8CA8D. Grayscale: #414141. Windows color (decimal): -12110478 or 7484743. OLE color: 7484743.

HSL color Cylindrical-coordinate representation of color #473572: hue angle of 257.7º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #473572 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 53 114 -
CMYK 0.38 0.54 0 0.55
HSL 257.7º 0.37% 0.33% -
HSV(B) 257.7º 0.54% 0.45% -
XYZ 6.91 5.1 16.54 -
YUV 65.34 155.46 132.04 -
System Red Green Blue C M Y K H S L
Decimal 71 53 114 0.38 0.54 0 0.55 257.7 0.37 0.33
Hex 47 35 72 26 36 0 37 102 25 21
Octal 107 65 162 46 66 0 67 402 45 41
Binary 1000111 110101 1110010 100110 110110 0 110111 100000010 100101 100001

Color Harmonies of #473572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473572

Black with #473572

Text Example


Text Example

White with #473572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473572; }

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

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

background-color css

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

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

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

border-color css

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

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

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