Html Css Color HEX #47365E Meteorite

📋 copy color: '#47365E'

red 71 ◦ green 54 ◦ blue 94

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

Shades of Meteorite #47365E

Tints of Meteorite #47365E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.66%

 BLUE value IS 94 (37.11% from 255) = 42.92%

R = 32.42%
G = 24.66%
B = 42.92%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#47365E (or 0x47365E) is known color: Meteorite. HEX triplet: 47, 36 and 5E. RGB value is (71,54,94). Sum of RGB (Red+Green+Blue) = 71+54+94=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 94 - color contains mainly: blue. Hex color #47365E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47365E is #B8C9A1. Grayscale: #3F3F3F. Windows color (decimal): -12110242 or 6174279. OLE color: 6174279.

HSL color Cylindrical-coordinate representation of color #47365E: hue angle of 265.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #47365E is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 54 94 -
CMYK 0.24 0.43 0 0.63
HSL 265.5º 0.27% 0.29% -
HSV(B) 265.5º 0.43% 0.37% -
XYZ 5.94 4.79 11.2 -
YUV 63.64 145.13 133.25 -
System Red Green Blue C M Y K H S L
Decimal 71 54 94 0.24 0.43 0 0.63 265.5 0.27 0.29
Hex 47 36 5E 18 2B 0 3F 10A 1B 1D
Octal 107 66 136 30 53 0 77 412 33 35
Binary 1000111 110110 1011110 11000 101011 0 111111 100001010 11011 11101

Color Harmonies of #47365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47365E

Black with #47365E

Text Example


Text Example

White with #47365E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47365E; }

 p { color: rgb(71,54,94); }

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

background-color css

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

 a { background-color: rgb(71,54,94); }

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

border-color css

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

 span { border-color: rgb(71,54,94); }

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