Html Css Color HEX #473B5E Meteorite

📋 copy color: '#473B5E'

red 71 ◦ green 59 ◦ blue 94

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

Shades of Meteorite #473B5E

Tints of Meteorite #473B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 41.96%

R = 31.7%
G = 26.34%
B = 41.96%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#473B5E (or 0x473B5E) is known color: Meteorite. HEX triplet: 47, 3B and 5E. RGB value is (71,59,94). Sum of RGB (Red+Green+Blue) = 71+59+94=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 94 - color contains mainly: blue. Hex color #473B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473B5E is #B8C4A1. Grayscale: #424242. Windows color (decimal): -12108962 or 6175559. OLE color: 6175559.

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

Color convert

RGB 71 59 94 -
CMYK 0.24 0.37 0 0.63
HSL 260.57º 0.23% 0.3% -
HSV(B) 260.57º 0.37% 0.37% -
XYZ 6.18 5.28 11.28 -
YUV 66.58 143.48 131.15 -
System Red Green Blue C M Y K H S L
Decimal 71 59 94 0.24 0.37 0 0.63 260.57 0.23 0.3
Hex 47 3B 5E 18 25 0 3F 105 17 1E
Octal 107 73 136 30 45 0 77 405 27 36
Binary 1000111 111011 1011110 11000 100101 0 111111 100000101 10111 11110

Color Harmonies of #473B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473B5E

Black with #473B5E

Text Example


Text Example

White with #473B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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