Html Css Color HEX #473C61 Meteorite

📋 copy color: '#473C61'

red 71 ◦ green 60 ◦ blue 97

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

Shades of Meteorite #473C61

Tints of Meteorite #473C61

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.32%

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

R = 31.14%
G = 26.32%
B = 42.54%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#473C61 (or 0x473C61) is known color: Meteorite. HEX triplet: 47, 3C and 61. RGB value is (71,60,97). Sum of RGB (Red+Green+Blue) = 71+60+97=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #473C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C61 is #B8C39E. Grayscale: #434343. Windows color (decimal): -12108703 or 6372423. OLE color: 6372423.

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

Color convert

RGB 71 60 97 -
CMYK 0.27 0.38 0 0.62
HSL 257.84º 0.24% 0.31% -
HSV(B) 257.84º 0.38% 0.38% -
XYZ 6.37 5.43 12.02 -
YUV 67.51 144.64 130.49 -
System Red Green Blue C M Y K H S L
Decimal 71 60 97 0.27 0.38 0 0.62 257.84 0.24 0.31
Hex 47 3C 61 1B 26 0 3E 102 18 1F
Octal 107 74 141 33 46 0 76 402 30 37
Binary 1000111 111100 1100001 11011 100110 0 111110 100000010 11000 11111

Color Harmonies of #473C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C61

Black with #473C61

Text Example


Text Example

White with #473C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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