Html Css Color HEX #473861 Meteorite

📋 copy color: '#473861'

red 71 ◦ green 56 ◦ blue 97

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

Shades of Meteorite #473861

Tints of Meteorite #473861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 43.3%

R = 31.7%
G = 25%
B = 43.3%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#473861 (or 0x473861) is known color: Meteorite. HEX triplet: 47, 38 and 61. RGB value is (71,56,97). Sum of RGB (Red+Green+Blue) = 71+56+97=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #473861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473861 is #B8C79E. Grayscale: #414141. Windows color (decimal): -12109727 or 6371399. OLE color: 6371399.

HSL color Cylindrical-coordinate representation of color #473861: hue angle of 261.95º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #473861 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 56 97 -
CMYK 0.27 0.42 0 0.62
HSL 261.95º 0.27% 0.3% -
HSV(B) 261.95º 0.42% 0.38% -
XYZ 6.17 5.03 11.96 -
YUV 65.16 145.97 132.17 -
System Red Green Blue C M Y K H S L
Decimal 71 56 97 0.27 0.42 0 0.62 261.95 0.27 0.3
Hex 47 38 61 1B 2A 0 3E 106 1B 1E
Octal 107 70 141 33 52 0 76 406 33 36
Binary 1000111 111000 1100001 11011 101010 0 111110 100000110 11011 11110

Color Harmonies of #473861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473861

Black with #473861

Text Example


Text Example

White with #473861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473861; }

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

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

background-color css

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

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

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

border-color css

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

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

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