Html Css Color HEX #473C63 Meteorite

📋 copy color: '#473C63'

red 71 ◦ green 60 ◦ blue 99

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

Shades of Meteorite #473C63

Tints of Meteorite #473C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 43.04%

R = 30.87%
G = 26.09%
B = 43.04%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#473C63 (or 0x473C63) is known color: Meteorite. HEX triplet: 47, 3C and 63. RGB value is (71,60,99). Sum of RGB (Red+Green+Blue) = 71+60+99=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #473C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C63 is #B8C39C. Grayscale: #434343. Windows color (decimal): -12108701 or 6503495. OLE color: 6503495.

HSL color Cylindrical-coordinate representation of color #473C63: hue angle of 256.92º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #473C63 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 60 99 -
CMYK 0.28 0.39 0 0.61
HSL 256.92º 0.25% 0.31% -
HSV(B) 256.92º 0.39% 0.39% -
XYZ 6.47 5.47 12.52 -
YUV 67.74 145.64 130.33 -
System Red Green Blue C M Y K H S L
Decimal 71 60 99 0.28 0.39 0 0.61 256.92 0.25 0.31
Hex 47 3C 63 1C 27 0 3D 101 19 1F
Octal 107 74 143 34 47 0 75 401 31 37
Binary 1000111 111100 1100011 11100 100111 0 111101 100000001 11001 11111

Color Harmonies of #473C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C63

Black with #473C63

Text Example


Text Example

White with #473C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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