Html Css Color HEX #47346C Meteorite

📋 copy color: '#47346C'

red 71 ◦ green 52 ◦ blue 108

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

Shades of Meteorite #47346C

Tints of Meteorite #47346C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.51%

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

R = 30.74%
G = 22.51%
B = 46.75%

CMYK

 C value IS 0.34

 M value IS 0.52

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47346C (or 0x47346C) is known color: Meteorite. HEX triplet: 47, 34 and 6C. RGB value is (71,52,108). Sum of RGB (Red+Green+Blue) = 71+52+108=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 108 - color contains mainly: blue. Hex color #47346C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47346C is #B8CB93. Grayscale: #3F3F3F. Windows color (decimal): -12110740 or 7091271. OLE color: 7091271.

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

Color convert

RGB 71 52 108 -
CMYK 0.34 0.52 0 0.58
HSL 260.36º 0.35% 0.31% -
HSV(B) 260.36º 0.52% 0.42% -
XYZ 6.53 4.88 14.78 -
YUV 64.07 152.79 132.95 -
System Red Green Blue C M Y K H S L
Decimal 71 52 108 0.34 0.52 0 0.58 260.36 0.35 0.31
Hex 47 34 6C 22 34 0 3A 104 23 1F
Octal 107 64 154 42 64 0 72 404 43 37
Binary 1000111 110100 1101100 100010 110100 0 111010 100000100 100011 11111

Color Harmonies of #47346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47346C

Black with #47346C

Text Example


Text Example

White with #47346C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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