Html Css Color HEX #474161 Meteorite

📋 copy color: '#474161'

red 71 ◦ green 65 ◦ blue 97

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

Shades of Meteorite #474161

Tints of Meteorite #474161

RGB

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

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

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

R = 30.47%
G = 27.9%
B = 41.63%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#474161 (or 0x474161) is known color: Meteorite. HEX triplet: 47, 41 and 61. RGB value is (71,65,97). Sum of RGB (Red+Green+Blue) = 71+65+97=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #474161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474161 is #B8BE9E. Grayscale: #464646. Windows color (decimal): -12107423 or 6373703. OLE color: 6373703.

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

Color convert

RGB 71 65 97 -
CMYK 0.27 0.33 0 0.62
HSL 251.25º 0.2% 0.32% -
HSV(B) 251.25º 0.33% 0.38% -
XYZ 6.65 5.98 12.11 -
YUV 70.44 142.99 128.4 -
System Red Green Blue C M Y K H S L
Decimal 71 65 97 0.27 0.33 0 0.62 251.25 0.2 0.32
Hex 47 41 61 1B 21 0 3E FB 14 20
Octal 107 101 141 33 41 0 76 373 24 40
Binary 1000111 1000001 1100001 11011 100001 0 111110 11111011 10100 100000

Color Harmonies of #474161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474161

Black with #474161

Text Example


Text Example

White with #474161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474161; }

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

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

background-color css

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

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

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

border-color css

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

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

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