Html Css Color HEX #473361 Meteorite

📋 copy color: '#473361'

red 71 ◦ green 51 ◦ blue 97

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

Shades of Meteorite #473361

Tints of Meteorite #473361

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.29%

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

R = 32.42%
G = 23.29%
B = 44.29%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#473361 (or 0x473361) is known color: Meteorite. HEX triplet: 47, 33 and 61. RGB value is (71,51,97). Sum of RGB (Red+Green+Blue) = 71+51+97=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 97 - color contains mainly: blue. Hex color #473361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473361 is #B8CC9E. Grayscale: #3E3E3E. Windows color (decimal): -12111007 or 6370119. OLE color: 6370119.

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

Color convert

RGB 71 51 97 -
CMYK 0.27 0.47 0 0.62
HSL 266.09º 0.31% 0.29% -
HSV(B) 266.09º 0.47% 0.38% -
XYZ 5.94 4.57 11.88 -
YUV 62.22 147.63 134.26 -
System Red Green Blue C M Y K H S L
Decimal 71 51 97 0.27 0.47 0 0.62 266.09 0.31 0.29
Hex 47 33 61 1B 2F 0 3E 10A 1F 1D
Octal 107 63 141 33 57 0 76 412 37 35
Binary 1000111 110011 1100001 11011 101111 0 111110 100001010 11111 11101

Color Harmonies of #473361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473361

Black with #473361

Text Example


Text Example

White with #473361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473361; }

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

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

background-color css

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

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

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

border-color css

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

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

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