Html Css Color HEX #47375A Meteorite

📋 copy color: '#47375A'

red 71 ◦ green 55 ◦ blue 90

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

Shades of Meteorite #47375A

Tints of Meteorite #47375A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.46%

 BLUE value IS 90 (35.55% from 255) = 41.67%

R = 32.87%
G = 25.46%
B = 41.67%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#47375A (or 0x47375A) is known color: Meteorite. HEX triplet: 47, 37 and 5A. RGB value is (71,55,90). Sum of RGB (Red+Green+Blue) = 71+55+90=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 90 - color contains mainly: blue. Hex color #47375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47375A is #B8C8A5. Grayscale: #3F3F3F. Windows color (decimal): -12109990 or 5912391. OLE color: 5912391.

HSL color Cylindrical-coordinate representation of color #47375A: hue angle of 267.43º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #47375A is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 55 90 -
CMYK 0.21 0.39 0 0.65
HSL 267.43º 0.24% 0.28% -
HSV(B) 267.43º 0.39% 0.35% -
XYZ 5.81 4.81 10.3 -
YUV 63.77 142.8 133.15 -
System Red Green Blue C M Y K H S L
Decimal 71 55 90 0.21 0.39 0 0.65 267.43 0.24 0.28
Hex 47 37 5A 15 27 0 41 10B 18 1C
Octal 107 67 132 25 47 0 101 413 30 34
Binary 1000111 110111 1011010 10101 100111 0 1000001 100001011 11000 11100

Color Harmonies of #47375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47375A

Black with #47375A

Text Example


Text Example

White with #47375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47375A; }

 p { color: rgb(71,55,90); }

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

background-color css

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

 a { background-color: rgb(71,55,90); }

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

border-color css

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

 span { border-color: rgb(71,55,90); }

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