Html Css Color HEX #473B5F Meteorite

📋 copy color: '#473B5F'

red 71 ◦ green 59 ◦ blue 95

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

Shades of Meteorite #473B5F

Tints of Meteorite #473B5F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.22%

 BLUE value IS 95 (37.5% from 255) = 42.22%

R = 31.56%
G = 26.22%
B = 42.22%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#473B5F (or 0x473B5F) is known color: Meteorite. HEX triplet: 47, 3B and 5F. RGB value is (71,59,95). Sum of RGB (Red+Green+Blue) = 71+59+95=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 95 - color contains mainly: blue. Hex color #473B5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473B5F is #B8C4A0. Grayscale: #424242. Windows color (decimal): -12108961 or 6241095. OLE color: 6241095.

HSL color Cylindrical-coordinate representation of color #473B5F: hue angle of 260º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #473B5F is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 59 95 -
CMYK 0.25 0.38 0 0.63
HSL 260º 0.23% 0.3% -
HSV(B) 260º 0.38% 0.37% -
XYZ 6.23 5.29 11.52 -
YUV 66.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 71 59 95 0.25 0.38 0 0.63 260 0.23 0.3
Hex 47 3B 5F 19 26 0 3F 104 17 1E
Octal 107 73 137 31 46 0 77 404 27 36
Binary 1000111 111011 1011111 11001 100110 0 111111 100000100 10111 11110

Color Harmonies of #473B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473B5F

Black with #473B5F

Text Example


Text Example

White with #473B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473B5F; }

 p { color: rgb(71,59,95); }

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

background-color css

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

 a { background-color: rgb(71,59,95); }

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

border-color css

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

 span { border-color: rgb(71,59,95); }

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