Html Css Color HEX #473D5C Meteorite

📋 copy color: '#473D5C'

red 71 ◦ green 61 ◦ blue 92

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

Shades of Meteorite #473D5C

Tints of Meteorite #473D5C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.23%

 BLUE value IS 92 (36.33% from 255) = 41.07%

R = 31.7%
G = 27.23%
B = 41.07%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#473D5C (or 0x473D5C) is known color: Meteorite. HEX triplet: 47, 3D and 5C. RGB value is (71,61,92). Sum of RGB (Red+Green+Blue) = 71+61+92=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 92 - color contains mainly: blue. Hex color #473D5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473D5C is #B8C2A3. Grayscale: #434343. Windows color (decimal): -12108452 or 6044999. OLE color: 6044999.

HSL color Cylindrical-coordinate representation of color #473D5C: hue angle of 259.35º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #473D5C is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 61 92 -
CMYK 0.23 0.34 0 0.64
HSL 259.35º 0.2% 0.3% -
HSV(B) 259.35º 0.34% 0.36% -
XYZ 6.2 5.45 10.85 -
YUV 67.52 141.81 130.48 -
System Red Green Blue C M Y K H S L
Decimal 71 61 92 0.23 0.34 0 0.64 259.35 0.2 0.3
Hex 47 3D 5C 17 22 0 40 103 14 1E
Octal 107 75 134 27 42 0 100 403 24 36
Binary 1000111 111101 1011100 10111 100010 0 1000000 100000011 10100 11110

Color Harmonies of #473D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473D5C

Black with #473D5C

Text Example


Text Example

White with #473D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,61,92); }

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

background-color css

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

 a { background-color: rgb(71,61,92); }

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

border-color css

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

 span { border-color: rgb(71,61,92); }

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