Html Css Color HEX #474160 Meteorite

📋 copy color: '#474160'

red 71 ◦ green 65 ◦ blue 96

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

Shades of Meteorite #474160

Tints of Meteorite #474160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.02%

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

R = 30.6%
G = 28.02%
B = 41.38%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#474160 (or 0x474160) is known color: Meteorite. HEX triplet: 47, 41 and 60. RGB value is (71,65,96). Sum of RGB (Red+Green+Blue) = 71+65+96=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #474160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474160 is #B8BE9F. Grayscale: #464646. Windows color (decimal): -12107424 or 6308167. OLE color: 6308167.

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

Color convert

RGB 71 65 96 -
CMYK 0.26 0.32 0 0.62
HSL 251.61º 0.19% 0.32% -
HSV(B) 251.61º 0.32% 0.38% -
XYZ 6.6 5.96 11.87 -
YUV 70.33 142.49 128.48 -
System Red Green Blue C M Y K H S L
Decimal 71 65 96 0.26 0.32 0 0.62 251.61 0.19 0.32
Hex 47 41 60 1A 20 0 3E FC 13 20
Octal 107 101 140 32 40 0 76 374 23 40
Binary 1000111 1000001 1100000 11010 100000 0 111110 11111100 10011 100000

Color Harmonies of #474160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474160

Black with #474160

Text Example


Text Example

White with #474160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474160; }

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

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

background-color css

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

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

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

border-color css

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

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

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