Html Css Color HEX #473261 Meteorite

📋 copy color: '#473261'

red 71 ◦ green 50 ◦ blue 97

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

Shades of Meteorite #473261

Tints of Meteorite #473261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.94%

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

R = 32.57%
G = 22.94%
B = 44.5%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#473261 (or 0x473261) is known color: Meteorite. HEX triplet: 47, 32 and 61. RGB value is (71,50,97). Sum of RGB (Red+Green+Blue) = 71+50+97=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: blue. Hex color #473261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473261 is #B8CD9E. Grayscale: #3D3D3D. Windows color (decimal): -12111263 or 6369863. OLE color: 6369863.

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

Color convert

RGB 71 50 97 -
CMYK 0.27 0.48 0 0.62
HSL 266.81º 0.32% 0.29% -
HSV(B) 266.81º 0.48% 0.38% -
XYZ 5.9 4.48 11.86 -
YUV 61.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 71 50 97 0.27 0.48 0 0.62 266.81 0.32 0.29
Hex 47 32 61 1B 30 0 3E 10B 20 1D
Octal 107 62 141 33 60 0 76 413 40 35
Binary 1000111 110010 1100001 11011 110000 0 111110 100001011 100000 11101

Color Harmonies of #473261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473261

Black with #473261

Text Example


Text Example

White with #473261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473261; }

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

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

background-color css

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

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

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

border-color css

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

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

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