Html Css Color HEX #473260 Meteorite

📋 copy color: '#473260'

red 71 ◦ green 50 ◦ blue 96

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

Shades of Meteorite #473260

Tints of Meteorite #473260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 44.24%

R = 32.72%
G = 23.04%
B = 44.24%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#473260 (or 0x473260) is known color: Meteorite. HEX triplet: 47, 32 and 60. RGB value is (71,50,96). Sum of RGB (Red+Green+Blue) = 71+50+96=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 96 - color contains mainly: blue. Hex color #473260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473260 is #B8CD9F. Grayscale: #3D3D3D. Windows color (decimal): -12111264 or 6304327. OLE color: 6304327.

HSL color Cylindrical-coordinate representation of color #473260: hue angle of 267.39º 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 #473260 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 50 96 -
CMYK 0.26 0.48 0 0.62
HSL 267.39º 0.32% 0.29% -
HSV(B) 267.39º 0.48% 0.38% -
XYZ 5.85 4.47 11.62 -
YUV 61.52 147.46 134.76 -
System Red Green Blue C M Y K H S L
Decimal 71 50 96 0.26 0.48 0 0.62 267.39 0.32 0.29
Hex 47 32 60 1A 30 0 3E 10B 20 1D
Octal 107 62 140 32 60 0 76 413 40 35
Binary 1000111 110010 1100000 11010 110000 0 111110 100001011 100000 11101

Color Harmonies of #473260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473260

Black with #473260

Text Example


Text Example

White with #473260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473260; }

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

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

background-color css

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

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

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

border-color css

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

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

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