Html Css Color HEX #47396C Meteorite

📋 copy color: '#47396C'

red 71 ◦ green 57 ◦ blue 108

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

Shades of Meteorite #47396C

Tints of Meteorite #47396C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.15%

 BLUE value IS 108 (42.58% from 255) = 45.76%

R = 30.08%
G = 24.15%
B = 45.76%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47396C (or 0x47396C) is known color: Meteorite. HEX triplet: 47, 39 and 6C. RGB value is (71,57,108). Sum of RGB (Red+Green+Blue) = 71+57+108=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #47396C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47396C is #B8C693. Grayscale: #424242. Windows color (decimal): -12109460 or 7092551. OLE color: 7092551.

HSL color Cylindrical-coordinate representation of color #47396C: hue angle of 256.47º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #47396C is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 57 108 -
CMYK 0.34 0.47 0 0.58
HSL 256.47º 0.31% 0.32% -
HSV(B) 256.47º 0.47% 0.42% -
XYZ 6.77 5.35 14.86 -
YUV 67 151.14 130.85 -
System Red Green Blue C M Y K H S L
Decimal 71 57 108 0.34 0.47 0 0.58 256.47 0.31 0.32
Hex 47 39 6C 22 2F 0 3A 100 1F 20
Octal 107 71 154 42 57 0 72 400 37 40
Binary 1000111 111001 1101100 100010 101111 0 111010 100000000 11111 100000

Color Harmonies of #47396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47396C

Black with #47396C

Text Example


Text Example

White with #47396C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47396C; }

 p { color: rgb(71,57,108); }

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

background-color css

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

 a { background-color: rgb(71,57,108); }

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

border-color css

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

 span { border-color: rgb(71,57,108); }

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