Html Css Color HEX #473860 Meteorite

📋 copy color: '#473860'

red 71 ◦ green 56 ◦ blue 96

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

Shades of Meteorite #473860

Tints of Meteorite #473860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 43.05%

R = 31.84%
G = 25.11%
B = 43.05%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#473860 (or 0x473860) is known color: Meteorite. HEX triplet: 47, 38 and 60. RGB value is (71,56,96). Sum of RGB (Red+Green+Blue) = 71+56+96=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #473860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473860 is #B8C79F. Grayscale: #404040. Windows color (decimal): -12109728 or 6305863. OLE color: 6305863.

HSL color Cylindrical-coordinate representation of color #473860: hue angle of 262.5º degrees, saturation: 0.26, 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 #473860 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 56 96 -
CMYK 0.26 0.42 0 0.62
HSL 262.5º 0.26% 0.3% -
HSV(B) 262.5º 0.42% 0.38% -
XYZ 6.12 5.01 11.71 -
YUV 65.05 145.47 132.25 -
System Red Green Blue C M Y K H S L
Decimal 71 56 96 0.26 0.42 0 0.62 262.5 0.26 0.3
Hex 47 38 60 1A 2A 0 3E 106 1A 1E
Octal 107 70 140 32 52 0 76 406 32 36
Binary 1000111 111000 1100000 11010 101010 0 111110 100000110 11010 11110

Color Harmonies of #473860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473860

Black with #473860

Text Example


Text Example

White with #473860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473860; }

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

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

background-color css

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

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

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

border-color css

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

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

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