Html Css Color HEX #473863 Meteorite

📋 copy color: '#473863'

red 71 ◦ green 56 ◦ blue 99

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

Shades of Meteorite #473863

Tints of Meteorite #473863

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.78%

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

R = 31.42%
G = 24.78%
B = 43.81%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#473863 (or 0x473863) is known color: Meteorite. HEX triplet: 47, 38 and 63. RGB value is (71,56,99). Sum of RGB (Red+Green+Blue) = 71+56+99=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #473863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473863 is #B8C79C. Grayscale: #414141. Windows color (decimal): -12109725 or 6502471. OLE color: 6502471.

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

Color convert

RGB 71 56 99 -
CMYK 0.28 0.43 0 0.61
HSL 260.93º 0.28% 0.3% -
HSV(B) 260.93º 0.43% 0.39% -
XYZ 6.26 5.07 12.45 -
YUV 65.39 146.97 132 -
System Red Green Blue C M Y K H S L
Decimal 71 56 99 0.28 0.43 0 0.61 260.93 0.28 0.3
Hex 47 38 63 1C 2B 0 3D 105 1C 1E
Octal 107 70 143 34 53 0 75 405 34 36
Binary 1000111 111000 1100011 11100 101011 0 111101 100000101 11100 11110

Color Harmonies of #473863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473863

Black with #473863

Text Example


Text Example

White with #473863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473863; }

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

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

background-color css

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

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

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

border-color css

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

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

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