Html Css Color HEX #473872 Meteorite

📋 copy color: '#473872'

red 71 ◦ green 56 ◦ blue 114

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

Shades of Meteorite #473872

Tints of Meteorite #473872

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.24%

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

R = 29.46%
G = 23.24%
B = 47.3%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#473872 (or 0x473872) is known color: Meteorite. HEX triplet: 47, 38 and 72. RGB value is (71,56,114). Sum of RGB (Red+Green+Blue) = 71+56+114=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #473872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473872 is #B8C78D. Grayscale: #424242. Windows color (decimal): -12109710 or 7485511. OLE color: 7485511.

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

Color convert

RGB 71 56 114 -
CMYK 0.38 0.51 0 0.55
HSL 255.52º 0.34% 0.33% -
HSV(B) 255.52º 0.51% 0.45% -
XYZ 7.05 5.38 16.59 -
YUV 67.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 71 56 114 0.38 0.51 0 0.55 255.52 0.34 0.33
Hex 47 38 72 26 33 0 37 100 22 21
Octal 107 70 162 46 63 0 67 400 42 41
Binary 1000111 111000 1110010 100110 110011 0 110111 100000000 100010 100001

Color Harmonies of #473872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473872

Black with #473872

Text Example


Text Example

White with #473872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473872; }

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

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

background-color css

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

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

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

border-color css

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

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

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